Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2008 17:39:29 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145829 for review
Message-ID:  <200807241739.m6OHdTqv091549@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145829

Change 145829 by rpaulo@rpaulo_sigma on 2008/07/24 17:38:53

	Add sys/types.h

Affected files ...

.. //depot/projects/soc2008/rpaulo-tcpad/verify.c#2 edit

Differences ...

==== //depot/projects/soc2008/rpaulo-tcpad/verify.c#2 (text+ko) ====

@@ -23,7 +23,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/soc2008/rpaulo-tcpad/verify.c#1 $
+ * $P4: //depot/projects/soc2008/rpaulo-tcpad/verify.c#2 $
  */
 
 #include <stdio.h>
@@ -31,6 +31,7 @@
 #include <string.h>
 #include <time.h>
 #include <sys/queue.h>
+#include <sys/types.h>
 #include <netinet/in_systm.h>
 #include <netinet/in.h>
 #include <netinet/ip.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807241739.m6OHdTqv091549>