summaryrefslogtreecommitdiff
path: root/lib/sys_select.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-30 03:09:15 +0200
committerBruno Haible <bruno@clisp.org>2008-08-30 03:09:15 +0200
commitc2318e88599d84748f3537b54646913f0af0eb20 (patch)
treefaae2b8061a1fc690faeea900d93980acf62e12c /lib/sys_select.in.h
parentdab70a1d6f9de4a28cde076f441ea98bb16690b2 (diff)
downloadgnulib-c2318e88599d84748f3537b54646913f0af0eb20.tar.gz
Avoid some "gcc -pedantic" warnings.
Diffstat (limited to 'lib/sys_select.in.h')
-rw-r--r--lib/sys_select.in.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h
index 0567202622..86ae53931b 100644
--- a/lib/sys_select.in.h
+++ b/lib/sys_select.in.h
@@ -1,5 +1,5 @@
/* Substitute for <sys/select.h>.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2008 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,6 +19,8 @@
#if @HAVE_SYS_SELECT_H@
+@PRAGMA_SYSTEM_HEADER@
+
/* On many platforms, <sys/select.h> assumes prior inclusion of
<sys/types.h>. */
# include <sys/types.h>