This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Include <stdlib.h> for malloc() proto.
OPENBSD_2_2
millert
27 years ago
parent
2dc9544348
commit
dbf726cb6e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/lib/libc/stdlib/tsearch.c
+ 1
- 0
src/lib/libc/stdlib/tsearch.c
View File
@ -11,6 +11,7 @@
/*LINTLIBRARY*/
#
include
<search.h>
#
include
<stdlib.h>
typedef
struct
node_t
{
char
*
key
;
Write
Preview
Loading…
Cancel
Save