fixed warnings

This commit is contained in:
Jeff Hill
2006-12-05 22:54:52 +00:00
parent b8bcfdcdda
commit 724a589fe1
4 changed files with 4 additions and 5 deletions

View File

@@ -14,14 +14,13 @@
#include <new>
#include <iostream>
#include <cstdio>
#if defined(__GNUC__) && (__GNUC__<2 || (__GNUC__==2 && __GNUC_MINOR__<=96))
#include <climits>
#else
#include <limits>
#endif
#include <stdio.h>
#include "epicsUnitTest.h"
#include "epicsThread.h"
#include "testMain.h"