You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/09/19 06:10:37 UTC

svn commit: r447720 - /webservices/axis2/trunk/c/util/include/platforms/unix/axis2_unix.h

Author: damitha
Date: Mon Sep 18 21:10:37 2006
New Revision: 447720

URL: http://svn.apache.org/viewvc?view=rev&rev=447720
Log:
added getopt.h include file

Modified:
    webservices/axis2/trunk/c/util/include/platforms/unix/axis2_unix.h

Modified: webservices/axis2/trunk/c/util/include/platforms/unix/axis2_unix.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/unix/axis2_unix.h?view=diff&rev=447720&r1=447719&r2=447720
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/unix/axis2_unix.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/unix/axis2_unix.h Mon Sep 18 21:10:37 2006
@@ -112,7 +112,8 @@
 #include <sys/types.h>
 #include "axis2_uuid_gen_unix.h" /* uuid_gen unix implementation */
 #include <netinet/tcp.h>    /* TCP_NODELAY */
-# include <utime.h>
+#include <utime.h>
+#include <getopt.h>
 
 
 /* for file access handling */
@@ -237,6 +238,7 @@
 #define AXIS2_SHUT_WR                       SHUT_WR
 
 /** getopt function */
+#define _GNU_SOURCE
 #define AXIS2_GETOPT getopt
 
 /** minizip functions */



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org