aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/snarfer/snarfer.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-02-22 14:27:45 +0000
committerrsc <devnull@localhost>2007-02-22 14:27:45 +0000
commita741551866c6a62b75fe48ef1f81e718b17fef21 (patch)
tree696a27a6579348edaa17f338db09da3ba504ca89 /src/cmd/snarfer/snarfer.c
parent09cd35eb36124003f65a74b9011fac834a1e3c29 (diff)
downloadplan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.gz
plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.bz2
plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.zip
-ldraw no longer implies -lX11
Diffstat (limited to 'src/cmd/snarfer/snarfer.c')
-rw-r--r--src/cmd/snarfer/snarfer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/snarfer/snarfer.c b/src/cmd/snarfer/snarfer.c
index cdad7b88..9477f042 100644
--- a/src/cmd/snarfer/snarfer.c
+++ b/src/cmd/snarfer/snarfer.c
@@ -34,6 +34,7 @@
#undef Screen
#undef Visual
#undef Window
+AUTOLIB(X11);
#ifdef __APPLE__
#define APPLESNARF
#define Boolean AppleBoolean