summaryrefslogtreecommitdiffstats
path: root/libexec/login_radius
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-10 05:06:38 +0000
committerguenther <guenther@openbsd.org>2014-08-10 05:06:38 +0000
commit688f43577e8dbf7ed8a1da2dae46e8247aab60e5 (patch)
tree71c9d8d79862ab49a57e4f11dc6e0dc98f647d06 /libexec/login_radius
parentOnly need <stdint.h> and not all of <inttypes.h> here (diff)
downloadwireguard-openbsd-688f43577e8dbf7ed8a1da2dae46e8247aab60e5.tar.xz
wireguard-openbsd-688f43577e8dbf7ed8a1da2dae46e8247aab60e5.zip
Only need <stdint.h> and not all of <inttypes.h> here
Diffstat (limited to 'libexec/login_radius')
-rw-r--r--libexec/login_radius/raddauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_radius/raddauth.c b/libexec/login_radius/raddauth.c
index 8dc50149086..b0fb6933451 100644
--- a/libexec/login_radius/raddauth.c
+++ b/libexec/login_radius/raddauth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raddauth.c,v 1.25 2013/11/27 21:25:25 deraadt Exp $ */
+/* $OpenBSD: raddauth.c,v 1.26 2014/08/10 05:06:38 guenther Exp $ */
/*-
* Copyright (c) 1996, 1997 Berkeley Software Design, Inc. All rights reserved.
@@ -73,7 +73,7 @@
#include <ctype.h>
#include <err.h>
#include <errno.h>
-#include <inttypes.h>
+#include <stdint.h>
#include <limits.h>
#include <login_cap.h>
#include <netdb.h>