Merge pull request #91 from RickySu/2.0-fix

add include config.h
This commit is contained in:
Yo-An Lin 2015-11-17 21:08:25 +08:00
commit 5e6252d8a3
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>