Skip to content

Commit 7d8b6fe

Browse files
committed
Include stdlib.h
1 parent 623c8f5 commit 7d8b6fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xslt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <stdint.h>
2+
#include <stdlib.h>
23
#include <string.h>
34

45
#include <libexslt/exslt.h>

xslt.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package xslt
55
#cgo CFLAGS: -I/usr/include -I/usr/include/libxml2
66
#cgo freebsd LDFLAGS: -L/usr/local/lib
77
#cgo freebsd CFLAGS: -I/usr/local/include -I/usr/local/include/libxml2
8+
#include <stdlib.h>
89
#include <string.h>
910
#include "xslt.h"
1011
*/

0 commit comments

Comments
 (0)