diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/uuid/uuid.h | 1 | ||||
| -rw-r--r-- | contrib/uuid/uuidP.h | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/uuid/uuid.h b/contrib/uuid/uuid.h index ca846da0f09..ab006652fc0 100644 --- a/contrib/uuid/uuid.h +++ b/contrib/uuid/uuid.h @@ -35,6 +35,7 @@  #ifndef _UUID_UUID_H  #define _UUID_UUID_H +#include "config.h"  #include <sys/types.h>  #ifndef _WIN32  #include <sys/time.h> diff --git a/contrib/uuid/uuidP.h b/contrib/uuid/uuidP.h index 9d6555877b2..9a2de6132fe 100644 --- a/contrib/uuid/uuidP.h +++ b/contrib/uuid/uuidP.h @@ -32,6 +32,7 @@   * %End-Header%   */ +#include "uuid.h"  #ifdef HAVE_INTTYPES_H  #include <inttypes.h>  #else @@ -39,7 +40,6 @@  #endif  #include <sys/types.h> -#include "uuid.h"  /*   * Offset between 15-Oct-1582 and 1-Jan-70  | 
