artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a4593
)
util.c requires stdint.h for UINT32_MAX and friends.
author
claudio
<claudio@openbsd.org>
Sun, 19 Nov 2023 10:41:25 +0000
(10:41 +0000)
committer
claudio
<claudio@openbsd.org>
Sun, 19 Nov 2023 10:41:25 +0000
(10:41 +0000)
OK tb@
usr.sbin/ntpd/util.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ntpd/util.c
b/usr.sbin/ntpd/util.c
index
d490601
..
c570c30
100644
(file)
--- a/
usr.sbin/ntpd/util.c
+++ b/
usr.sbin/ntpd/util.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: util.c,v 1.2
6 2023/11/15 15:52:09 ott
o Exp $ */
+/* $OpenBSD: util.c,v 1.2
7 2023/11/19 10:41:25 claudi
o Exp $ */
/*
* Copyright (c) 2004 Alexander Guy <alexander.guy@andern.org>
@@
-18,6
+18,7
@@
#include <fcntl.h>
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>