blob: 33f4f4bf724e69ffaeaa3a0b95b2bf134c057cd8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- work/cvsgraph-1.0.1/cvsgraph.c 2001/03/14 08:40:07 1.1
+++ work/cvsgraph-1.0.1/cvsgraph.c 2001/03/14 08:40:45
@@ -67,7 +67,9 @@
#include <fcntl.h>
#include <regex.h>
#include <errno.h>
+#ifndef __FreeBSD__
#include <getopt.h>
+#endif
#include <gd.h>
#include <gdfontt.h>
|