From 7075f640502b781b4428e412556231029550c087 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Sun, 28 Oct 2007 06:11:57 +0100 Subject: [PATCH] Include "rpmsq.h" instead of . --- lib/psm.h | 2 +- lib/tsystem.c | 2 +- python/rpmmodule.c | 2 +- rpmdb/rpmdb.c | 2 +- rpmio/rpmsq.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/psm.h b/lib/psm.h index 9225d10..91a992d 100644 --- a/lib/psm.h +++ b/lib/psm.h @@ -6,7 +6,7 @@ * Package state machine to handle a package from a transaction set. */ -#include +#include "rpmsq.h" extern int _psm_debug; diff --git a/lib/tsystem.c b/lib/tsystem.c index 1313781..087126f 100644 --- a/lib/tsystem.c +++ b/lib/tsystem.c @@ -2,7 +2,7 @@ #include -#include +#include "rpmsq.h" #include #include "debug.h" diff --git a/python/rpmmodule.c b/python/rpmmodule.c index 9f84fb8..2a481f9 100644 --- a/python/rpmmodule.c +++ b/python/rpmmodule.c @@ -5,7 +5,7 @@ #include "system.h" #include -#include +#include "rpmsq.h" #include "legacy.h" #include "misc.h" diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c index f08fb94..ba393ec 100644 --- a/rpmdb/rpmdb.c +++ b/rpmdb/rpmdb.c @@ -16,7 +16,7 @@ #include #include -#include +#include "rpmsq.h" #include "rpmerr.h" #include "rpmdb_internal.h" diff --git a/rpmio/rpmsq.c b/rpmio/rpmsq.c index 2ddbe6c..52666a1 100644 --- a/rpmio/rpmsq.c +++ b/rpmio/rpmsq.c @@ -63,7 +63,7 @@ static pthread_mutex_t rpmsigTbl_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; #endif /* HAVE_PTHREAD_H */ -#include +#include "rpmsq.h" #include "debug.h" -- 2.7.4