include config.h

This commit is contained in:
c9s 2014-06-02 06:58:02 +08:00
parent 2a7998b76f
commit 7597398c08
2 changed files with 2 additions and 1 deletions

View file

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

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>