diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:54:47 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 15:54:47 +0000 |
commit | 795460992b0dcd4aa2591be462a94942415c6028 (patch) | |
tree | dcd7acd20900ae20ae87096c51d577630b07993c | |
parent | ae7b4cca6bd5c1f4edea8cde80d7a3dfaaf2c4d3 (diff) |
Replace <X11/transport.c> with <X11/Xtrans/transport.c>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/icetrans.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-06-09 Alexander Gottwald <ago@freedesktop.org> + + * src/icetrans.c: + Replace <X11/transport.c> with <X11/Xtrans/transport.c> + 2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: diff --git a/src/icetrans.c b/src/icetrans.c index 32ffad7..e6aba32 100644 --- a/src/icetrans.c +++ b/src/icetrans.c @@ -30,4 +30,4 @@ #define TRANS_CLIENT #define TRANS_SERVER -#include <X11/transport.c> +#include <X11/Xtrans/transport.c> |