aboutsummaryrefslogtreecommitdiff
path: root/X11/xtrans/transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'X11/xtrans/transport.c')
-rw-r--r--X11/xtrans/transport.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/X11/xtrans/transport.c b/X11/xtrans/transport.c
index 0013b01d8..c14057dd3 100644
--- a/X11/xtrans/transport.c
+++ b/X11/xtrans/transport.c
@@ -53,6 +53,9 @@ from The Open Group.
#define xrealloc(_ptr,_size) realloc(_ptr,_size)
#define xfree(_ptr) free(_ptr)
+#define XTRANS_TRANSPORT_C /* used to flag Xtransint.h that it's being used
+ here, not just #included in another file */
+
#include "Xtransint.h"
#ifdef __clang__