fix xfile.c's include path

This commit is contained in:
Yuichi Nishiwaki 2014-08-25 16:38:40 +09:00
parent 1861aff2d1
commit da53e6eef3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "xfile.h"
#include "picrin/xfile.h"
#include <assert.h>
#include <stdlib.h>