aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/utils.c b/src/utils.c
index e9865aa2..2a0fcf89 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -19,19 +19,7 @@
#include "utils.h"
#include "log.h"
#include "conf.h"
-
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/select.h>
-#include <sys/time.h>
-#include <unistd.h>
-#include <assert.h>
-#include <pwd.h>
-#include <signal.h>
-#include <sys/param.h>
+#include "os_compat.h"
char *myFgets(char *buffer, int bufferSize, FILE * fp)
{