From 0d18e93208aba4ec8c9beb861239b2225d84261b Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 24 Oct 2006 15:01:39 +0000 Subject: [PATCH] Add a missing header for *nix --- misc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc.h b/misc.h index 88febdf..42571b8 100644 --- a/misc.h +++ b/misc.h @@ -12,6 +12,9 @@ #include "psqlodbc.h" #include +#ifndef WIN32 +#include +#endif #ifdef __cplusplus extern "C" { -- 2.39.5