host/types_freebsd.go: fix include path

This makes mktypes.sh succeed on FreeBSD.

For #1425
pull/1652/head
Robert Clausecker 12 months ago
parent 89124453c1
commit 7057824fae

@ -12,7 +12,7 @@ package host
#include <sys/types.h>
#include <sys/time.h>
#include <utmpx.h>
#include "freebsd_headers/utxdb.h"
#include "host/freebsd_headers/utxdb.h"
enum {
sizeofPtr = sizeof(void*),

Loading…
Cancel
Save