]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "localedir.h".
authorJim Meyering <jim@meyering.net>
Fri, 4 Apr 2003 15:49:48 +0000 (15:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Apr 2003 15:49:48 +0000 (15:49 +0000)
src/system.h

index 9654672c58ec3c6f8c8b24fdfd754093622da8d3..33f9fba37d4b457eba96d3c1b5c3d201728d3a8f 100644 (file)
@@ -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>