mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
10 lines
214 B
C
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
|