diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2016-01-20 11:51:46 +0100 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2016-02-01 15:07:23 +0100 |
commit | ada41a5988df8414011ed37ec51cbb402c9c8716 (patch) | |
tree | bb55472257398c7bf7975343306c28b3578fff04 /vmwgfx/vmwgfx_driver.c | |
parent | 755e38f373a511bd774a61c9420a67f630f71037 (diff) |
vmware/vmwgfx: Add missing includes of the config.h header.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'vmwgfx/vmwgfx_driver.c')
-rw-r--r-- | vmwgfx/vmwgfx_driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vmwgfx/vmwgfx_driver.c b/vmwgfx/vmwgfx_driver.c index f38cf00..301cf49 100644 --- a/vmwgfx/vmwgfx_driver.c +++ b/vmwgfx/vmwgfx_driver.c @@ -29,6 +29,9 @@ * Author: Thomas Hellstrom <thellstrom@vmware.com> */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <unistd.h> #include "xorg-server.h" |