. Fix the build on FreeBSD by adding an include of fcntl.h for O_CREAT and
authorGreg Lewis <glewis@eyesbeyond.com>
Wed Sep 21 22:28:27 2011 -0700 (20 months ago)
changeset 2728cf5c383e1d33
parent 27277b0da61aa3af
child 2729f1a18ada5853
. Fix the build on FreeBSD by adding an include of fcntl.h for O_CREAT and
O_RDWR.
agent/src/os/bsd/symtab.c
--- a/agent/src/os/bsd/symtab.c Wed Sep 21 16:37:30 2011 -0400
+++ b/agent/src/os/bsd/symtab.c Wed Sep 21 22:28:27 2011 -0700
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <db.h>
+#include <fcntl.h>
#include "symtab.h"
#include "salibelf.h"