summaryrefslogtreecommitdiff
path: root/apitrace.cpp
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2011-10-19 18:05:23 -0700
committerCarl Worth <cworth@cworth.org>2011-10-19 18:05:23 -0700
commit746d2de0f6d2d0f161254bdbf4b2b279c3ba8287 (patch)
tree13fb7c38c7567d528cae051ae14b19c739136caa /apitrace.cpp
parent4c348c15f52fae933c1c693627c1dd55608069ba (diff)
Add support for linking against talloc.
This isn't used yet, but will be in a subsequent commit, so it's convenient to see here only the changes to the build system to enable the use of talloc.
Diffstat (limited to 'apitrace.cpp')
-rw-r--r--apitrace.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apitrace.cpp b/apitrace.cpp
index 5aa5a65..4a4ebea 100644
--- a/apitrace.cpp
+++ b/apitrace.cpp
@@ -39,6 +39,8 @@
#include <sys/stat.h>
#include <unistd.h>
+#include <talloc.h>
+
#include "config.h"
#define ARRAY_SIZE(arr) (sizeof (arr) / sizeof (arr[0]))