diff options
Diffstat (limited to 'include/base/eventhandler.h')
-rw-r--r-- | include/base/eventhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/base/eventhandler.h b/include/base/eventhandler.h index ac8597dc..f4de0c29 100644 --- a/include/base/eventhandler.h +++ b/include/base/eventhandler.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /* * eventhandler.h: Handle registration of event handlers * |