diff options
Diffstat (limited to 'include/rgb.h')
-rw-r--r-- | include/rgb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rgb.h b/include/rgb.h index 5741a4efa..45f44d738 100644 --- a/include/rgb.h +++ b/include/rgb.h @@ -46,6 +46,10 @@ SOFTWARE. ******************************************************************/ /* $Xorg: rgb.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */ +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + #ifndef RGB_H #define RGB_H typedef struct _RGB { |