X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fprofile.c;h=382996e30015413fe34e4af25ba29a477f62f55e;hb=46a4ae183177b1a6a6b98d4b5f66904cd5c47f7e;hp=ec62ebb4299cfca6766f6ed09a34934e21c68ea4;hpb=a5f466de30a3e927ed1146b0c7e3870e71465c8f;p=chise%2Fxemacs-chise.git.1 diff --git a/lib-src/profile.c b/lib-src/profile.c index ec62ebb..382996e 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ ** abstraction : a stopwatch ** operations: reset_watch, get_time */ -#include <../src/config.h> +#include #include #include #include "../src/systime.h" @@ -41,7 +41,7 @@ static struct timeval TV1, TV2; static int watch_not_started = 1; /* flag */ static char time_string[30]; -#ifdef WINDOWSNT +#ifdef WIN32_NATIVE #include /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ void