Archived
1
0
Fork 0

moving ini to lib directory.

This commit is contained in:
Henrik Hautakoski 2010-10-23 13:34:03 +02:00
parent 6ac76b1830
commit 16c1930e21
8 changed files with 5 additions and 4 deletions

View file

@ -18,10 +18,10 @@
#include <signal.h>
#include <mysql/mysql.h>
#include <ini/iniparser.h>
#include "notify.h"
#include "xalloc.h"
#include "ini/iniparser.h"
#include "util.h"
#include "debug.h"