From 6df7f37aa5535ab6a312abf7e8cd4b7dea5e92ad Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Wed, 23 Apr 2003 23:27:30 +0200 Subject: Fix includes in s3switch.c to kill gcc warnings --- s3switch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/s3switch.c b/s3switch.c index 615bf59..c371eb4 100644 --- a/s3switch.c +++ b/s3switch.c @@ -4,8 +4,12 @@ // Linux x86 only. #include +#include +#include +#include +#include #define extern -#include +#include #undef extern #include "lrmi.h" -- cgit v1.2.3