diff options
author | rsc <devnull@localhost> | 2007-02-22 14:27:45 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2007-02-22 14:27:45 +0000 |
commit | a741551866c6a62b75fe48ef1f81e718b17fef21 (patch) | |
tree | 696a27a6579348edaa17f338db09da3ba504ca89 /src/cmd/snarfer | |
parent | 09cd35eb36124003f65a74b9011fac834a1e3c29 (diff) | |
download | plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.gz plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.tar.bz2 plan9port-a741551866c6a62b75fe48ef1f81e718b17fef21.zip |
-ldraw no longer implies -lX11
Diffstat (limited to 'src/cmd/snarfer')
-rw-r--r-- | src/cmd/snarfer/snarfer.c | 1 |
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 |