Mercurial > hg > xemacs-beta
diff lib-src/profile.c @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | de805c49cfc1 |
children |
line wrap: on
line diff
--- a/lib-src/profile.c Mon Aug 13 11:19:22 2007 +0200 +++ b/lib-src/profile.c Mon Aug 13 11:20:41 2007 +0200 @@ -32,7 +32,7 @@ ** abstraction : a stopwatch ** operations: reset_watch, get_time */ -#include <config.h> +#include <../src/config.h> #include <stdio.h> #include <stdlib.h> #include "../src/systime.h" @@ -41,7 +41,7 @@ static int watch_not_started = 1; /* flag */ static char time_string[30]; -#ifdef WIN32_NATIVE +#ifdef WINDOWSNT #include <sys/timeb.h> /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ void