Add intl.h
authormarc <devnull@localhost>
Sun, 11 Jan 1998 18:20:49 +0000 (18:20 +0000)
committermarc <devnull@localhost>
Sun, 11 Jan 1998 18:20:49 +0000 (18:20 +0000)
CVS patchset: 1950
CVS date: 1998/01/11 18:20:49

lib/messages.c
lib/rpmlead.c
lib/rpmrc.c
rpmio/messages.c

index 327a476..10552e8 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "messages.h"
 #include "rpmlib.h"
+#include "intl.h"
 
 static minLevel = RPMMESS_NORMAL;
 
index 1c3bd25..7bd24a1 100644 (file)
@@ -16,6 +16,7 @@
 #include "rpmlib.h"
 #include "rpmlead.h"
 #include "tread.h"
+#include "intl.h"
 
 /* The lead needs to be 8 byte aligned */
 
index e7f3f25..3694112 100644 (file)
@@ -20,6 +20,7 @@
 #include "messages.h"
 #include "misc.h"
 #include "rpmlib.h"
+#include "intl.h"
 
 #if HAVE_SYS_SYSTEMCFG_H
 #include <sys/systemcfg.h>
index 327a476..10552e8 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "messages.h"
 #include "rpmlib.h"
+#include "intl.h"
 
 static minLevel = RPMMESS_NORMAL;