2
0
Эх сурвалжийг харах

fixed compilation on MacOSX

Nils Ohlmeier 21 жил өмнө
parent
commit
05e8d0c925
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      daemonize.c

+ 1 - 1
daemonize.c

@@ -52,9 +52,9 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <sys/time.h>    
 #include <sys/resource.h> /* setrlimit */
 #include <unistd.h>
-#include <sys/time.h>    
 
 #include "daemonize.h"
 #include "globals.h"