Added "config.h"

This commit is contained in:
thoduv 2006-04-10 14:24:12 +00:00
parent e64546b0de
commit 4e7f8adaed
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
#include <stdio.h>
#include "log.h"
#endif /*__CONFIG_H__*/