File: 10_mktemp_needs_stdlib_h

package info (click to toggle)
python-pypcap 1.1.2%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 101
  • sloc: ansic: 275; python: 144; makefile: 69
file content (12 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: python-pypcap-1.1.2+debian/pcap_ex.c
===================================================================
--- python-pypcap-1.1.2+debian.orig/pcap_ex.c	2009-05-09 17:17:12.300932060 -0400
+++ python-pypcap-1.1.2+debian/pcap_ex.c	2009-05-09 17:17:22.817429265 -0400
@@ -8,6 +8,7 @@
 # include <sys/ioctl.h>
 # include <sys/time.h>
 # include <fcntl.h>
+# include <stdlib.h>
 # include <string.h>
 # include <signal.h>
 # include <unistd.h>