diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 07:38:19 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-08 07:38:19 +0200 |
commit | b97dbc7fd3a499c6d9d83439a0bd33edfab4f43a (patch) | |
tree | 4ba157e64b173b8d1c692275caeb59fcd4d74234 /rpmio/rpmsq.h | |
parent | 5b654b0086db80c884db4658a80621a21f5e7102 (diff) | |
download | librpm-tizen-b97dbc7fd3a499c6d9d83439a0bd33edfab4f43a.tar.gz librpm-tizen-b97dbc7fd3a499c6d9d83439a0bd33edfab4f43a.tar.bz2 librpm-tizen-b97dbc7fd3a499c6d9d83439a0bd33edfab4f43a.zip |
Use 'file' instead of '<file>' to work around include path issues.
Diffstat (limited to 'rpmio/rpmsq.h')
-rw-r--r-- | rpmio/rpmsq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/rpmsq.h b/rpmio/rpmsq.h index 86ee8b805..52a47f026 100644 --- a/rpmio/rpmsq.h +++ b/rpmio/rpmsq.h @@ -6,7 +6,7 @@ * */ -#include <rpmsw.h> +#include "rpmsw.h" /** */ |