diff options
author | jdl <x75@users.sourceforge.net> | 2004-02-06 13:09:11 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2004-02-06 13:09:11 +0000 |
commit | 729fd1a89907541a76926f14198c714009dc4595 (patch) | |
tree | 7bdf2431f0b38b1ca1cd66b7a976f9f1eda17263 /send+dump | |
parent | b03601e93003c7329c864a5dce267e5aad9be19f (diff) |
remvoed rpc.h
svn path=/trunk/externals/OSCx/; revision=1313
Diffstat (limited to 'send+dump')
-rw-r--r-- | send+dump/htmsocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/send+dump/htmsocket.c b/send+dump/htmsocket.c index 34e3f2c..38b51b6 100644 --- a/send+dump/htmsocket.c +++ b/send+dump/htmsocket.c @@ -43,7 +43,7 @@ University of California, Berkeley. #include <sys/stat.h> #include <netinet/in.h> -#include <rpc/rpc.h> +// #include <rpc/rpc.h> l-osc: sendOSC, Date: Fri, 06 Feb 2004 05:02:42 +1100 #include <sys/socket.h> #include <sys/un.h> #include <sys/times.h> |