freebsd-ports/sysutils/wmmemload/files/patch-src_mem__freebsd.c
Jan Beich f29ecd6901 sysutils/wmmemload: revive port and update to 0.1.8 [1]
Other changes include:
- Drop gmake dependency [1]
- Drop DOCS consisting only of ChangeLog [1]
- Define LICENSE as GPLv2+ like in debian/copyright
- Reword COMMENT and pkg-descr to drop indefinite article and author line

Changes:	http://repo.or.cz/w/dockapps.git/blob_plain/refs/tags/wmmemload-0.1.8:/wmmemload/ChangeLog
PR:		202745 [1]
Submitted by:	Marco Beishuizen <mbeis@xs4all.nl> [1]
2015-09-01 04:40:30 +00:00

10 lines
208 B
C

--- src/mem_freebsd.c.orig 2015-04-17 12:23:47 UTC
+++ src/mem_freebsd.c
@@ -10,6 +10,7 @@
#include "config.h"
#endif
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>