add include config.h

This commit is contained in:
Ricky Su 2015-11-17 20:59:17 +08:00
parent 38651578f9
commit 88dc323f7f
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
*
* Distributed under terms of the MIT license.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -4,6 +4,7 @@
*
* Distributed under terms of the MIT license.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>