From 44d31a57769b05ec1bce33bd6a77d26a798e7435 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 8 Nov 1998 14:18:04 +0000 Subject: [PATCH] Added missing #include "config.h" --- ole/compobj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ole/compobj.c b/ole/compobj.c index 1fcebb7ce03..2538372f66a 100644 --- a/ole/compobj.c +++ b/ole/compobj.c @@ -7,6 +7,7 @@ #define INITGUID +#include "config.h" #ifdef HAVE_UNISTD_H #include #endif