summaryrefslogtreecommitdiffstats
path: root/games/banner.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/banner.c')
-rw-r--r--games/banner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/banner.c b/games/banner.c
index 65d04e5dd..6dcd0467b 100644
--- a/games/banner.c
+++ b/games/banner.c
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)banner.c 8.3 (Berkeley) 4/2/94";
* banner [-w#] [-d] [-t] message ...
*/
-#include <err.h>
+#include "err.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>