PERFORCE change 145829 for review

Rui Paulo rpaulo at FreeBSD.org
Thu Jul 24 17:39:29 UTC 2008


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

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


More information about the p4-projects mailing list