openbsd-ports/productivity/siag/patches/patch-xfiler_Exec_c
jasper af00ca54d2 - fix some potential 64-bit issues due to missing headers
- specify license version
- regen PLIST
2008-12-01 19:23:54 +00:00

12 lines
392 B
Plaintext

$OpenBSD: patch-xfiler_Exec_c,v 1.1 2008/12/01 19:23:55 jasper Exp $
--- xfiler/Exec.c.orig Mon Dec 1 13:34:35 2008
+++ xfiler/Exec.c Mon Dec 1 13:34:52 2008
@@ -7,6 +7,7 @@
Procedures for executing files
---------------------------------------------------------------------------*/
#include <stdio.h>
+#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include <ctype.h>