Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 1296:30ecee61f811
prev1100:50e702af9373
author nkeynes
date Sat Jan 26 14:00:48 2013 +1000 (10 years ago)
permissions -rw-r--r--
last change Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
file annotate diff log raw
1.1 --- a/src/syscall.h Mon Feb 15 17:27:14 2010 +1000
1.2 +++ b/src/syscall.h Sat Jan 26 14:00:48 2013 +1000
1.3 @@ -20,7 +20,7 @@
1.4 #define lxdream_syscall_H 1
1.5
1.6 #include <stdint.h>
1.7 -#include <glib/gtypes.h>
1.8 +#include <glib.h>
1.9
1.10 #ifdef __cplusplus
1.11 extern "C" {
.