PERFORCE change 144308 for review

Rui Paulo rpaulo at FreeBSD.org
Sun Jun 29 20:07:05 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=144308

Change 144308 by rpaulo at 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>


More information about the p4-projects mailing list