diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-09-25 17:31:42 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-09-25 17:31:42 +0100 |
commit | 080ef4ae82fb43ae8cb0f872a98893516a60a16a (patch) | |
tree | 3bc30859f5e71aeefcadd9f36701ae105f6d0042 | |
parent | 0a9840507a4c1980f17b7cd0f99482a67282c9ed (diff) |
backlight plugin: inlcude <config.h>
config.h needed for HAL_SET_BRIGHTNESS_UNSIGNED define.
-rw-r--r-- | plugins/glue/backlight/ohm-plugin-backlight.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/glue/backlight/ohm-plugin-backlight.c b/plugins/glue/backlight/ohm-plugin-backlight.c index e5c0388..13ed8fd 100644 --- a/plugins/glue/backlight/ohm-plugin-backlight.c +++ b/plugins/glue/backlight/ohm-plugin-backlight.c @@ -18,6 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include <gmodule.h> #include <glib.h> |