blob: 68554a861250fd88beabbd5cefe2ccd0a079c40c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- src/syserr.c.orig Mon Dec 26 08:30:20 2005
+++ src/syserr.c Mon Dec 26 08:30:46 2005
@@ -10,13 +10,13 @@
*/
#include <stdarg.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <stdio.h>
#include <syslog.h>
#include <string.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
#include "syserr.h"
|