(file_path_special.c) Add config.h

This commit is contained in:
twinaphex 2016-05-01 15:08:31 +02:00
parent 7d99e7cd51
commit e9f0ff08fe

View File

@ -13,6 +13,10 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdlib.h>
#include <boolean.h>
#include <string.h>