diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-05-27 06:17:05 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-05-27 06:17:05 +0000 |
commit | 55fa386c8c91d3f9aa43d31f1eebcb8cb25cf2ae (patch) | |
tree | 4201cd3627dd0cf2d3286984a93c3debce4a7d24 | |
parent | a4097accbe55a590a45e23133ce27600edf9569c (diff) |
include stdint.h
-rw-r--r-- | usr.bin/aucat/headers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/headers.c b/usr.bin/aucat/headers.c index e6d7e0f1a9f..6d58fa620e1 100644 --- a/usr.bin/aucat/headers.c +++ b/usr.bin/aucat/headers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: headers.c,v 1.15 2010/05/25 06:27:41 ratchov Exp $ */ +/* $OpenBSD: headers.c,v 1.16 2010/05/27 06:17:04 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -19,6 +19,7 @@ #include <err.h> #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |