f29ecd6901
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]
10 lines
208 B
C
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>
|