diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-25 15:37:04 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-25 15:37:04 -0500 |
commit | 518c07d5b4b40c8e580897755c400910677d9e21 (patch) | |
tree | 26aed2ea1cbc512d45823db70b61d0b68fa6376a /src/gudev/gudev.h | |
parent | e0551bfe664fd7bf97718150b8210406be5a1636 (diff) |
Fix compilation of gudev and introspection
This commit the related issues of building gudev with/out
introspection. It draws on suggestions from nvinson in
https://github.com/gentoo/eudev/pull/20
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/gudev/gudev.h')
-rw-r--r-- | src/gudev/gudev.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gudev/gudev.h b/src/gudev/gudev.h index 6ae01f2bf1..44c686c3bd 100644 --- a/src/gudev/gudev.h +++ b/src/gudev/gudev.h @@ -22,12 +22,12 @@ #define __G_UDEV_H__ #define _GUDEV_INSIDE_GUDEV_H -#include <gudev/gudevenums.h> -#include <gudev/gudevenumtypes.h> -#include <gudev/gudevtypes.h> -#include <gudev/gudevclient.h> -#include <gudev/gudevdevice.h> -#include <gudev/gudevenumerator.h> +#include <gudevenums.h> +#include <gudevenumtypes.h> +#include <gudevtypes.h> +#include <gudevclient.h> +#include <gudevdevice.h> +#include <gudevenumerator.h> #undef _GUDEV_INSIDE_GUDEV_H #endif /* __G_UDEV_H__ */ |