From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:20:55 +0000 (+0000) Subject: Define HAVE_SYS_TYPES_H in VS makefile X-Git-Tag: YAZ.2.0.34~45 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5766857b4ed71f0ebe01b1f5fb2ebfb052bd5dfa Define HAVE_SYS_TYPES_H in VS makefile --- diff --git a/win/makefile b/win/makefile index 38e00fd..d095246 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2005, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.90 2005-01-16 22:12:02 adam Exp $ +# $Id: makefile,v 1.91 2005-01-16 23:20:55 adam Exp $ # # Programmed by # Heikki Levanto & Adam Dickmeiss @@ -173,6 +173,7 @@ COMMON_C_OPTIONS= \ /D "_WINDOWS" \ /D "WIN32" \ /DHAVE_SYS_STAT_H=1 \ + /DHAVE_SYS_TYPES_H=1 \ /FR"$(OBJDIR)\\" \ /Fo"$(OBJDIR)\\" \ /Fd"$(OBJDIR)\\"