Fix include path.

This commit is contained in:
Themaister 2011-11-30 17:34:18 +01:00
parent a5b3f421d1
commit b87f50dc9d

View File

@ -16,7 +16,7 @@
*/
#include "gfx_common.h"
#include "general.h"
#include "../general.h"
#include <sys/time.h>
static float tv_to_fps(const struct timeval *tv, const struct timeval *new_tv, int frames)