diff options
Diffstat (limited to 'roaming_client.c')
-rw-r--r-- | roaming_client.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roaming_client.c b/roaming_client.c index 5e5c28b2b..cb1328574 100644 --- a/roaming_client.c +++ b/roaming_client.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: roaming_client.c,v 1.8 2014/04/29 18:01:49 markus Exp $ */ | 1 | /* $OpenBSD: roaming_client.c,v 1.9 2015/01/27 12:54:06 okan Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2004-2009 AppGate Network Security AB | 3 | * Copyright (c) 2004-2009 AppGate Network Security AB |
4 | * | 4 | * |
@@ -21,9 +21,6 @@ | |||
21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
22 | #include <sys/socket.h> | 22 | #include <sys/socket.h> |
23 | 23 | ||
24 | #ifdef HAVE_INTTYPES_H | ||
25 | #include <inttypes.h> | ||
26 | #endif | ||
27 | #include <signal.h> | 24 | #include <signal.h> |
28 | #include <string.h> | 25 | #include <string.h> |
29 | #include <unistd.h> | 26 | #include <unistd.h> |