summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/aucat.c
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-04-27 21:20:37 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-04-27 21:20:37 +0000
commit9491636254186651db93c19f61db8ec10bb16dfe (patch)
tree917eb2e0bdae7678112c5e546318e00696e4cd50 /usr.bin/aucat/aucat.c
parent6c680bdf200957b0ebc81425047938eed9603414 (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.c3
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"