summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-04 15:49:48 +0000
committerJim Meyering <jim@meyering.net>2003-04-04 15:49:48 +0000
commitc9f88903967b8cbc5e965bf1991acd6e8e516c70 (patch)
treea4419304e79a40037a896558f4445de50741f2ca /src
parent48d174d2713e98bd0ce307b454de96bcdf7392b2 (diff)
downloadcoreutils-c9f88903967b8cbc5e965bf1991acd6e8e516c70.tar.xz
Include "localedir.h".
Diffstat (limited to 'src')
-rw-r--r--src/system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 9654672c5..33f9fba37 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/* system-dependent definitions for fileutils, textutils, and sh-utils packages.
- Copyright (C) 1989, 1991-2002 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1991-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -59,6 +59,7 @@ you must include <sys/types.h> before including this file
#endif
#include "pathmax.h"
+#include "localedir.h"
#if TIME_WITH_SYS_TIME
# include <sys/time.h>