1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-12 23:09:19 -04:00
ports/devel/libtecla/files/patch-demo3.c
Muhammad Moinur Rahman 871b2eeb5f devel/libtecla: Unbreak on HEAD
- Refreshes patches
- Pet portclippy

Approved by:	portmgr (blanket)
2023-04-30 20:33:29 +02:00

26 lines
438 B
C

--- demo3.c.orig 2012-06-12 02:35:49 UTC
+++ demo3.c
@@ -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"