14 lines
322 B
Text
14 lines
322 B
Text
$NetBSD: patch-ab,v 1.3 2003/07/09 14:46:00 drochner Exp $
|
|
|
|
--- src/gschem.c.orig 2003-07-09 15:02:04.000000000 +0200
|
|
+++ src/gschem.c 2003-07-09 15:02:41.000000000 +0200
|
|
@@ -32,6 +32,9 @@
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
+#ifdef ENABLE_NLS
|
|
+#include <locale.h>
|
|
+#endif
|
|
|
|
#include <libgeda/libgeda.h>
|
|
|