blob: 77c395da4bd970addd1aa07eb9820275e6c159aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2004/11/03 19:12:19 minskim Exp $
--- exif/main.c.orig 2004-05-25 16:52:58.000000000 -0500
+++ exif/main.c
@@ -36,7 +36,7 @@
#include "exif-i18n.h"
#include "utils.h"
-#ifdef HAVE_LOCAL_H
+#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
|