missing includes

Need definition of FILE
This commit is contained in:
Michael Davidsaver
2019-11-14 16:51:18 -08:00
parent 019c20476a
commit fab9c52858
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
#ifndef INCasCah
#define INCasCah
#include <stdio.h>
#include "shareLib.h"
#ifdef __cplusplus

View File

@@ -12,6 +12,8 @@
#ifndef INCdbAsLibh
#define INCdbAsLibh
#include <stdio.h>
#include "callback.h"
#include "shareLib.h"