We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623c8f5 commit 7d8b6feCopy full SHA for 7d8b6fe
xslt.c
@@ -1,4 +1,5 @@
1
#include <stdint.h>
2
+#include <stdlib.h>
3
#include <string.h>
4
5
#include <libexslt/exslt.h>
xslt.go
@@ -5,6 +5,7 @@ package xslt
#cgo CFLAGS: -I/usr/include -I/usr/include/libxml2
6
#cgo freebsd LDFLAGS: -L/usr/local/lib
7
#cgo freebsd CFLAGS: -I/usr/local/include -I/usr/local/include/libxml2
8
9
10
#include "xslt.h"
11
*/
0 commit comments