Bugs item #3016449, was opened at 2010-06-15 13:37
Message generated for change (Tracker Item Submitted) made by arakula
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379806&aid=3016449&group_id=23824

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Hermann Seib (arakula)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unconditional unistd.h

Initial Comment:
#include <unistd.h>, appearing in dbi_main.c, dbi_result.c, and dbd_helper.c, 
should be enclosed in the following sequence:

#ifdef HAVE_UNISTD_H
  #include <unistd.h>
#endif

since that's explicitly set (or left undefined by configure) in config.h for 
this purpose.

Bye,

  Hermann

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379806&aid=3016449&group_id=23824

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
libdbi-devel mailing list
libdbi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to