summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-12-12 16:35:54 +0000
committerewt <devnull@localhost>1996-12-12 16:35:54 +0000
commit3a09a368306fb9180bf1306f31f02a8b9f49bfb7 (patch)
tree299b851983ae24a8867212ebabda5f2ca6b8483c
parent69b514ef3dbeb2f4646b102f36d98fab1e103814 (diff)
downloadrpm-3a09a368306fb9180bf1306f31f02a8b9f49bfb7.tar.gz
rpm-3a09a368306fb9180bf1306f31f02a8b9f49bfb7.tar.bz2
rpm-3a09a368306fb9180bf1306f31f02a8b9f49bfb7.zip
include intl.h instead of libintl.h
CVS patchset: 1238 CVS date: 1996/12/12 16:35:54
-rw-r--r--rpm-qo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm-qo.c b/rpm-qo.c
index c1b34d982..f18fbd5ae 100644
--- a/rpm-qo.c
+++ b/rpm-qo.c
@@ -1,5 +1,4 @@
#include <getopt.h>
-#include <libintl.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
@@ -8,6 +7,7 @@
#include <sys/stat.h>
#include "install.h"
+#include <intl.h>
#include "lib/messages.h"
#include "lib/signature.h"
#include "query.h"