freebsd-ports/misc/histring/files/patch-histring.c
Tilman Keskinoz 13c088d5f3 Update to 1.1.1-1
Pass Maintainership to submitter
Add License

PR:		223393
Submitted by:	Zsolt Udvari
2017-11-21 14:04:23 +00:00

11 lines
189 B
C

--- histring.c.orig 2014-12-20 19:35:27 UTC
+++ histring.c
@@ -15,6 +15,8 @@
# include <config.h>
#endif
+#include <sys/types.h>
+
#ifdef HAVE_GETOPT_H
# include <getopt.h>
#endif