summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-27 10:23:13 +0100
committerJim Meyering <meyering@redhat.com>2010-03-27 10:44:53 +0100
commitfc24c8fc93f2ae97eac06f4e64e82b2e2f9e5ab1 (patch)
treeec3de5fc90d496b69aea7653d4c8213765215a46 /src/system.h
parent54d55bba41f2ff31682fe6523ef6f49b37a0e20f (diff)
downloadgrep-fc24c8fc93f2ae97eac06f4e64e82b2e2f9e5ab1.tar.gz
build: remove superfluous LOCALEDIR definition
* src/Makefile.am (INCLUDES): Remove unnecessary definition of LOCALEDIR here. Now, it's defined via gnulib's configmake.h. * src/system.h: Include "configmake.h" for its LOCALEDIR definition.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 4398a5f8..3b617fb7 100644
--- a/src/system.h
+++ b/src/system.h
@@ -21,6 +21,7 @@
#include <errno.h>
#include "binary-io.h"
+#include "configmake.h"
#include "dirname.h"
#if O_BINARY