summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index 07bcd89f2..3e206c899 100644
--- a/includes.h
+++ b/includes.h
@@ -18,9 +18,7 @@
18 18
19#include "config.h" 19#include "config.h"
20 20
21#ifndef _GNU_SOURCE
22#define _GNU_SOURCE /* activate extra prototypes for glibc */ 21#define _GNU_SOURCE /* activate extra prototypes for glibc */
23#endif
24 22
25#include <sys/types.h> 23#include <sys/types.h>
26#include <sys/socket.h> /* For CMSG_* */ 24#include <sys/socket.h> /* For CMSG_* */