diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-27 21:20:37 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-27 21:20:37 +0000 |
commit | 9491636254186651db93c19f61db8ec10bb16dfe (patch) | |
tree | 917eb2e0bdae7678112c5e546318e00696e4cd50 /usr.bin/aucat/aucat.c | |
parent | 6c680bdf200957b0ebc81425047938eed9603414 (diff) |
move amsg.h containing protocol defs from aucat side to libsndio side.
requested by deraadt
Diffstat (limited to 'usr.bin/aucat/aucat.c')
-rw-r--r-- | usr.bin/aucat/aucat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index c03d41611fe..2f59d1eac6d 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.111 2011/04/27 17:58:43 deraadt Exp $ */ +/* $OpenBSD: aucat.c,v 1.112 2011/04/27 21:20:36 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -32,6 +32,7 @@ #include <unistd.h> #include "abuf.h" +#include "amsg.h" #include "aparams.h" #include "aproc.h" #include "conf.h" |