diff options
Diffstat (limited to 'src/qxl_mem.c')
-rw-r--r-- | src/qxl_mem.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qxl_mem.c b/src/qxl_mem.c index fed88ad..6e57a94 100644 --- a/src/qxl_mem.c +++ b/src/qxl_mem.c @@ -20,6 +20,10 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "qxl.h" #include "mspace.h" |