summaryrefslogtreecommitdiff
path: root/lib/util/xfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/xfile.h')
-rw-r--r--lib/util/xfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/xfile.h b/lib/util/xfile.h
index af90f3f55c..1b15929997 100644
--- a/lib/util/xfile.h
+++ b/lib/util/xfile.h
@@ -23,7 +23,7 @@
see xfile.c for explanations
*/
-typedef struct {
+typedef struct _XFILE {
int fd;
char *buf;
char *next;