Revert last change, since it breaks build

Original commit message from CVS:
Revert last change, since it breaks build
This commit is contained in:
David Schleef 2003-04-05 01:31:54 +00:00
parent b32c526e60
commit 0cdfc4adb9
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef TESTING
#include <errno.h>
#endif
#include <asm/io.h>
#include <sys/io.h>
#include <sys/time.h>
#include <sys/types.h>

View file

@ -35,7 +35,7 @@ OTHER DEALINGS IN THE SOFTWARE.
#ifdef TESTING
#include <errno.h>
#endif
#include <asm/io.h>
#include <sys/io.h>
#include <sys/time.h>
#include <sys/types.h>