include user headers before kernel header to avoid a type conflict, which resulted...
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 25 Mar 2008 15:59:38 +0000 (15:59 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 25 Mar 2008 15:59:38 +0000 (15:59 +0000)
lib/gdi/fb.h

index 2b0d95b..fa4a482 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef __FB_H
 #define __FB_H
 
-#include <linux/fb.h>
 #include <lib/base/eerror.h>
+#include <linux/fb.h>
 
 class fbClass
 {