summaryrefslogtreecommitdiff
path: root/src/radeon_probe.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/radeon_probe.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/radeon_probe.c')
-rw-r--r--src/radeon_probe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c
index ddb510e3..40f88dc6 100644
--- a/src/radeon_probe.c
+++ b/src/radeon_probe.c
@@ -31,6 +31,8 @@
#include "config.h"
#endif
+#include <string.h>
+
/*
* Authors:
* Kevin E. Martin <martin@xfree86.org>
@@ -47,7 +49,6 @@
#include "atipciids.h"
#include "xf86.h"
-#include "xf86_ansic.h"
#define _XF86MISC_SERVER_
#include <X11/extensions/xf86misc.h>
#include "xf86Resources.h"