File: 10_mktemp_needs_stdlib_h

package info (click to toggle)
python-pypcap 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 718
  • sloc: ansic: 295; python: 151; makefile: 5
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>