Skip to content

Commit

Permalink
try to fix windows about wait.h
Browse files Browse the repository at this point in the history
mcarbonneaux committed Nov 5, 2024
1 parent 37160df commit a9f6876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cgi-fcgi/cgi-fcgi.c
Original file line number Diff line number Diff line change
@@ -18,7 +18,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _WIN32
#include <sys/wait.h>
#endif
#include <signal.h>

#include "fcgi_config.h"

0 comments on commit a9f6876

Please sign in to comment.