summaryrefslogtreecommitdiff
path: root/hw/xnest/GetTime.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xnest/GetTime.c')
-rw-r--r--hw/xnest/GetTime.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xnest/GetTime.c b/hw/xnest/GetTime.c
index 5fdef2a12..3db9b8596 100644
--- a/hw/xnest/GetTime.c
+++ b/hw/xnest/GetTime.c
@@ -28,12 +28,14 @@ other dealings in this Software without prior written authorization
from the X Consortium.
*/
+/* $XFree86: xc/programs/Xserver/hw/xnest/GetTime.c,v 1.2 2003/11/16 05:05:20 dawes Exp $ */
#include "Xos.h"
+#include "os.h"
#include <time.h>
-long
+CARD32
GetTimeInMillis()
{
struct timeval tp;