diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:30:06 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:30:06 +0000 |
commit | 1f05cde42c682f3b366543958f78e119f755415f (patch) | |
tree | 908f394e9b3dd8a103431210846d814d9f54b534 | |
parent | 1fa8d2f701bd9173c36610ecf09bce25c1b32a82 (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_99_99_900XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
-rw-r--r-- | src/v4l.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/v4l/v4l.c,v 1.33 2003/12/05 03:55:32 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "videodev.h" #include "xf86.h" #include "xf86_OSproc.h" |