aboutsummaryrefslogtreecommitdiff
path: root/bin/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/state.c')
-rw-r--r--bin/state.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/state.c b/bin/state.c
index 27d3eeceaff2..08e2622e223f 100644
--- a/bin/state.c
+++ b/bin/state.c
@@ -1,4 +1,4 @@
-/* $NetBSD: state.c,v 1.18 2016/04/04 15:52:56 christos Exp $ */
+/* $NetBSD: state.c,v 1.2 2025/02/11 17:48:30 christos Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -32,8 +32,10 @@
#include "config.h"
#endif
+#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
-__RCSID("$NetBSD: state.c,v 1.18 2016/04/04 15:52:56 christos Exp $");
+#endif
+__RCSID("$NetBSD: state.c,v 1.2 2025/02/11 17:48:30 christos Exp $");
#include <sys/types.h>
#include <sys/socket.h>