blob: 7a9b893363afa2d38140e266470b9df24206ccce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-aa,v 1.10 2007/02/15 14:34:20 joerg Exp $
--- src/inkview.cpp.orig 2007-02-13 14:01:14.000000000 +0000
+++ src/inkview.cpp
@@ -31,13 +31,10 @@
# include "config.h"
#endif
-#ifdef HAVE_GETOPT_H
-#include <getopt.h>
-#endif
-
#include <string.h>
#include <sys/stat.h>
#include <locale.h>
+#include <unistd.h>
#include <glib/gmem.h>
#include <libnr/nr-macros.h>
|