diff options
Diffstat (limited to 'ckcapi.c')
-rw-r--r-- | ckcapi.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |