diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 07:27:30 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 07:27:30 +0300 |
commit | 0bd6fe7401b2524cf34793c0b0c642e3d32fae00 (patch) | |
tree | 04b06bacc5960cd07b9a117074b684249c2b28c1 /config/config.c | |
parent | 48b3034d13bbbb69072eb11f4579389cc32b0850 (diff) |
Config: Add missing include
Diffstat (limited to 'config/config.c')
-rw-r--r-- | config/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c index 1067d18f3..882b699a0 100644 --- a/config/config.c +++ b/config/config.c @@ -27,6 +27,7 @@ #include <dix-config.h> #endif +#include "os.h" #include "hotplug.h" #include "config-backends.h" |