View Single Post
  #3  
Old 01-08-2006, 01:53 AM
gottasummer
Discordant
 
Join Date: Mar 2004
Location: New Hampshire, USA
Posts: 267
Default

#ifndef TIMER_H
#define TIMER_H

#include "types.h"

// Disgrace: for windows compile
#ifdef WIN32
#include <windows.h>
#include <winsock.h>
int gettimeofday (timeval *tp, ...);
#endif

No problems there for me :S
Reply With Quote