Include rpmpgp.h instead of rpmio_internal.h
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 29 Oct 2007 08:32:20 +0000 (10:32 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 29 Oct 2007 08:32:20 +0000 (10:32 +0200)
build/files.c

index 2c60d94..d5674d3 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <regex.h>
 
-#include "rpmio_internal.h"
+#include "rpmpgp.h"
 #include "fts.h"
 
 #include "rpmbuild.h"