Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2008 20:07:04 GMT
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 144308 for review
Message-ID:  <200806292007.m5TK74T9003086@repoman.freebsd.org>

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

Change 144308 by rpaulo@rpaulo_sigma on 2008/06/29 20:06:26

	Add sys/types.h.

Affected files ...

.. //depot/projects/soc2008/rpaulo-tcpad/helper.c#3 edit

Differences ...

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

@@ -23,12 +23,13 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/soc2008/rpaulo-tcpad/helper.c#2 $
+ * $P4: //depot/projects/soc2008/rpaulo-tcpad/helper.c#3 $
  */
 
 #include <stdio.h>
 #include <string.h>
 #include <sys/queue.h>
+#include <sys/types.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <pcap.h>



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