summaryrefslogtreecommitdiff
path: root/games/falconseye/files/patch-include_system_h
diff options
context:
space:
mode:
Diffstat (limited to 'games/falconseye/files/patch-include_system_h')
-rw-r--r--games/falconseye/files/patch-include_system_h2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/falconseye/files/patch-include_system_h b/games/falconseye/files/patch-include_system_h
index 45c67123a536..06f095d07c9e 100644
--- a/games/falconseye/files/patch-include_system_h
+++ b/games/falconseye/files/patch-include_system_h
@@ -5,7 +5,7 @@
# endif
# if !defined(SUNOS4) || defined(RANDOM)
-E void FDECL(srandom, (unsigned int));
-+E void FDECL(srandom, (unsigned long));
++#include <stdlib.h> /* srandom() differs between versions of FreeBSD. */
# else
# if !defined(bsdi) && !defined(__FreeBSD__)
E int FDECL(srandom, (unsigned int));