Search
lxdream.org :: lxdream :: r507:4de0a4149afa
lxdream 0.9.1
released Jun 29
Download Now
changeset507:4de0a4149afa
parent506:3426a1ced1aa
child508:ccd2c10edfe6
authornkeynes
dateSat Nov 10 04:44:51 2007 +0000 (16 years ago)
Include the generated config.h - might want to change this later
src/lxdream.h
1.1 --- a/src/lxdream.h Sat Nov 10 04:44:17 2007 +0000
1.2 +++ b/src/lxdream.h Sat Nov 10 04:44:51 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: lxdream.h,v 1.3 2007-11-08 11:55:47 nkeynes Exp $
1.6 + * $Id: lxdream.h,v 1.4 2007-11-10 04:44:51 nkeynes Exp $
1.7 *
1.8 * Common type definitions and forward declarations
1.9 *
1.10 @@ -22,6 +22,8 @@
1.11 #include <stdint.h>
1.12 #include <glib/gtypes.h>
1.13
1.14 +#include "../config.h"
1.15 +
1.16 #ifdef __cplusplus
1.17 extern "C" {
1.18 #endif
.