summaryrefslogtreecommitdiff
path: root/ckcapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi.c')
-rw-r--r--ckcapi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ckcapi.c b/ckcapi.c
index 7f758cc..1b6654e 100644
--- a/ckcapi.c
+++ b/ckcapi.c
@@ -22,6 +22,9 @@
#include <stdio.h>
#include "ckcapi.h"
+#include "ckcapi-object.h"
+#include "ckcapi-session.h"
+#include "ckcapi-token.h"
/* Warns about all the raw string usage in this file */
#pragma warning (disable : 4996)