diff options
author | rsc <devnull@localhost> | 2005-02-08 21:04:03 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-08 21:04:03 +0000 |
commit | ed670c4503a41a1f6d0da858bcb9af3efc8b73f3 (patch) | |
tree | 1ab186d5a008be805cc638e9ce2a575c42721e80 /include | |
parent | de9e3ca7434aa7acd01aca3ddccb857bf6a7d4cc (diff) | |
download | plan9port-ed670c4503a41a1f6d0da858bcb9af3efc8b73f3.tar.gz plan9port-ed670c4503a41a1f6d0da858bcb9af3efc8b73f3.tar.bz2 plan9port-ed670c4503a41a1f6d0da858bcb9af3efc8b73f3.zip |
add autolib
Diffstat (limited to 'include')
-rw-r--r-- | include/9p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/9p.h b/include/9p.h index 6703d607..66c7758a 100644 --- a/include/9p.h +++ b/include/9p.h @@ -9,6 +9,7 @@ extern "C" { #pragma src "/sys/src/lib9p" #pragma lib "lib9p.a" */ +AUTOLIB(9p) /* * Maps from ulongs to void*s. |