fix include names for 2.4 compatibility
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 24 May 2005 16:26:00 +0000 (16:26 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 24 May 2005 16:26:00 +0000 (16:26 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@933 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/facility.c
ltt/branches/poly/ltt/tracefile.c

index 47db6b80c29c7108fc1e1b0e95162814b339bc39..c7e2ecafa215f44c1244eea5b925cdfdd2a4c782 100644 (file)
@@ -19,7 +19,7 @@
 #include <stdlib.h> 
 #include <string.h>
 #include <stdio.h>
-#include <glib/gstdio.h>
+#include <glib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 3451d769ce207c6693785759f9db93b1b27ff351..0a63f71b5e7d9f7afe97e4bc5929b94122b6703d 100644 (file)
@@ -25,7 +25,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <math.h>
-#include <glib/gstdio.h>
+#include <glib.h>
 
 // For realpath
 #include <limits.h>
This page took 0.029436 seconds and 4 git commands to generate.