Skip to content
Snippets Groups Projects
Commit 64456dfd authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add mandatory headers file

parent ad5b1634
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,10 @@
#include <oblibs/log.h>
#include <oblibs/string.h>
#include <oblibs/types.h>
#include <66/constants.h>
#include <66/resolve.h>
int tree_isvalid(char const *base, char const *treename)
{
......
......@@ -15,6 +15,7 @@
#include <stddef.h>
#include <oblibs/string.h>
#include <oblibs/log.h>
#include <skalibs/stralloc.h>
......
......@@ -14,6 +14,8 @@
#include <stddef.h>
#include <oblibs/log.h>
#include <skalibs/stralloc.h>
#include <66/tree.h>
......
......@@ -15,6 +15,8 @@
#include <stdint.h>
#include <stdlib.h>//free
#include <oblibs/log.h>
#include <skalibs/stralloc.h>
#include <skalibs/cdb.h>
......
......@@ -17,6 +17,7 @@
#include <oblibs/string.h>
#include <oblibs/types.h>
#include <oblibs/log.h>
#include <66/tree.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment