]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
socket.c needs stuff from config.h
authorHarlan Stenn <stenn@ntp.org>
Sun, 9 Jul 2006 04:39:26 +0000 (00:39 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 9 Jul 2006 04:39:26 +0000 (00:39 -0400)
bk: 44b0887e5QmocSho66JdPurDgOUBRA

sntp/socket.c

index eea64a9551f1d3242e791549c2e8ef0e8a6386db..18744c83eb109faea150bf29784a6135a3a640b4 100644 (file)
@@ -8,6 +8,8 @@ the only system that the author uses that has it is Linux. */
 
 
 
+#include "config.h"
+
 #include "header.h"
 #include "internet.h"
 #include <fcntl.h>