summaryrefslogtreecommitdiff
path: root/src/atiprobe.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-03-22 22:30:14 +0000
committerKristian Høgsberg <krh@redhat.com>2006-03-22 22:30:14 +0000
commit5dcb4152dca6ac1fe9342f44eb48c0198b15772e (patch)
tree5258202cc6047765221522632dc47b9680c7bc03 /src/atiprobe.c
parent21acdf371e3cf913c5affbd3e86641cfb115311c (diff)
Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc
symbols directly. The xf86* versions aren't supposed to be used directly. Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.
Diffstat (limited to 'src/atiprobe.c')
-rw-r--r--src/atiprobe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atiprobe.c b/src/atiprobe.c
index 5c347bb5..5ad4cdab 100644
--- a/src/atiprobe.c
+++ b/src/atiprobe.c
@@ -25,6 +25,9 @@
#include "config.h"
#endif
+#include <string.h>
+#include <stdio.h>
+
#include "ati.h"
#include "atiadapter.h"
#include "atiadjust.h"