freebsd-ports/x11/lupe/files/patch-avionics.c
Marcelo Araujo 3abe9dab55 - Update MASTER_SITES and WWWW line.
- Support PLIST_FILES.
- Fix build with clang.

PR:		ports/172511
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:29:37 +00:00

13 lines
253 B
C

--- avionics.c.orig 1999-05-29 18:08:12.000000000 +0900
+++ avionics.c 2012-10-07 20:03:12.000000000 +0900
@@ -16,6 +16,10 @@
#include <stdlib.h>
#endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+
#include "extern.h"
#include "timer.h"