blob: 4c8380eb3706391cb120b16b05b874b94da78c4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/backends/libgbf_am/gbf-am-build.c.orig Thu Oct 16 11:34:19 2003
+++ src/backends/libgbf_am/gbf-am-build.c Thu Oct 16 11:35:42 2003
@@ -27,9 +27,9 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <regex.h>
#include "gbf-i18n.h"
#include "gbf-am-build.h"
+#include <gnuregex.h>
/* FIXME: mark strings for translation and this file to POTFILES.in */
|