Search
lxdream.org :: lxdream/src/lxdream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/lxdream.h
changeset 507:4de0a4149afa
prev503:36a668469e37
next556:72dbf70344db
next586:2a3ba82cf243
author nkeynes
date Sat Nov 10 04:44:51 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Include the generated config.h - might want to change this later
file annotate diff log raw
1.1 --- a/src/lxdream.h Thu Nov 08 11:55:47 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
.