summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-16 13:47:47 +0100
committerColin Watson <cjwatson@debian.org>2013-05-16 13:47:47 +0100
commit79524838f0d5eb1cdf9fc268ec4c0bce46ccb67f (patch)
treee0fcc573af464fcdf8112f9cd6dd985002fa1489 /includes.h
parentb396fa313014ca06e7e694ab01b7c36cba660b0a (diff)
parentffc06452028ba78cd693d4ed43df8b60a10d6163 (diff)
Import 6.2p2 tarball
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_* */