Mercurial > hg > xemacs-beta
diff lib-src/profile.c @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 538048ae2ab8 |
children | 6b37e6ddd302 |
line wrap: on
line diff
--- a/lib-src/profile.c Mon Aug 13 09:38:27 2007 +0200 +++ b/lib-src/profile.c Mon Aug 13 09:39:39 2007 +0200 @@ -32,11 +32,11 @@ ** abstraction : a stopwatch ** operations: reset_watch, get_time */ +#include <config.h> #include <stdio.h> #if __STDC__ || defined(STDC_HEADERS) #include <stdlib.h> #endif -#include <config.h> #include <../src/systime.h> static struct timeval TV1, TV2;