summaryrefslogtreecommitdiff
path: root/devel/libtecla/files/patch-demo3.c
blob: f569deb50d0a264f048f8ef3487e63208b66677a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- demo3.c.orig	Sat Aug 12 19:31:16 2006
+++ demo3.c	Sat Aug 12 19:31:29 2006
@@ -37,17 +37,17 @@
 #include <locale.h>
 #include <setjmp.h>
 
-#ifdef HAVE_SELECT
-#ifdef HAVE_SYS_SELECT_H
-#include <sys/select.h>
-#endif
-#endif
-
 #include <unistd.h>
 #include <sys/stat.h>
 #include <sys/time.h>    
 #include <sys/types.h>
 #include <signal.h>
+
+#ifdef HAVE_SELECT
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+#endif
 
 #include "libtecla.h"