blob: 6edc6af01a99d619e654591db8fc6aa257253afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ag,v 1.2 2000/05/13 06:21:02 rh Exp $
--- src/engine/util.h.orig Thu May 4 16:27:13 2000
+++ src/engine/util.h Thu May 4 16:27:32 2000
@@ -28,6 +28,7 @@
#define __XACC_UTIL_H__
#include <stdlib.h>
+#include <locale.h>
#include "config.h"
#include "gnc-common.h"
|