commit bf976de4a8cc660dfe9316fc3454800122987de9
parent 2678b8a282724ba13c60691afb7653910bbc3db2
Author: Hans Petter Selasky <[email protected]>
Date: Sat, 8 Oct 2016 00:02:47 +0200
Build fix for FreeBSD.
Include prototype for free() which is defined by stdlib.h.
Else the compiler might error out saying it is missing a
prototype for free().
Signed-off-by: Hans Petter Selasky <[email protected]>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/UI/NSM.C b/src/UI/NSM.C
@@ -30,6 +30,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
+#include <stdlib.h>
extern int Pexitprogram;
#ifndef NO_UI