File: 10_mktemp_needs_stdlib_h

package info (click to toggle)
python-pypcap 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,172 kB
  • sloc: python: 328; ansic: 263; makefile: 162
file content (13 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: python-pypcap-1.1.2+debian/pcap_ex.c
Description: mktemp needs stdlib.h
===================================================================
--- 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>