ports/math/pspp/files/patch-src::glob.c
Ying-Chieh Liao 0d98d3d281 fix build on -current
PR:		46477
Submitted by:	Kuang-che Wu <kcwu@kcwu.homeip.net>
2002-12-23 08:18:26 +00:00

10 lines
214 B
C

--- src/glob.c.orig Mon Dec 23 04:32:08 2002
+++ src/glob.c Mon Dec 23 04:32:19 2002
@@ -20,6 +20,7 @@
#include <config.h>
#include <assert.h>
+#include <stdio.h>
#include <stdlib.h>
#if TIME_WITH_SYS_TIME