diff osdep/fseeko.c @ 16985:08cac43f1e38

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 14 Nov 2005 00:30:37 +0000
parents cfe440920be2
children e268886eb13d
line wrap: on
line diff
--- a/osdep/fseeko.c	Sun Nov 13 21:53:26 2005 +0000
+++ b/osdep/fseeko.c	Mon Nov 14 00:30:37 2005 +0000
@@ -3,7 +3,7 @@
  *	  64-bit versions of fseeko/ftello() for systems which do not have them
  */
 
-#include "../config.h"
+#include "config.h"
  
 #if !defined(HAVE_FSEEKO) || !defined(HAVE_FTELLO)
 #include <stdio.h>