1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix the build on FreeBSD 4.x and DragonFly.

Reported by:	about a dozen of FreeBSD 4.x users and a DragonFly user
This commit is contained in:
Jeremy Messenger 2005-01-24 23:02:21 +00:00
parent 1fee44d6b9
commit 177a3b9143
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127233

View File

@ -0,0 +1,13 @@
--- src/FbTk/Timer.hh.orig Mon Jan 24 13:36:40 2005
+++ src/FbTk/Timer.hh Mon Jan 24 14:00:05 2005
@@ -42,9 +42,9 @@
#include <inttypes.h>
#endif // HAVE_INTTYPES_H
+#include <sys/types.h>
#include <sys/select.h>
#include <sys/time.h>
-#include <sys/types.h>
#include <unistd.h>
namespace FbTk {