aboutsummaryrefslogtreecommitdiff
path: root/contrib/blocklist/test/cltest.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/blocklist/test/cltest.c')
-rw-r--r--contrib/blocklist/test/cltest.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/blocklist/test/cltest.c b/contrib/blocklist/test/cltest.c
index 6671429fc3c4..dc77a522bad8 100644
--- a/contrib/blocklist/test/cltest.c
+++ b/contrib/blocklist/test/cltest.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cltest.c,v 1.6 2015/01/22 05:44:28 christos Exp $ */
+/* $NetBSD: cltest.c,v 1.2 2025/02/11 17:48:31 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: cltest.c,v 1.6 2015/01/22 05:44:28 christos Exp $");
+#endif
+__RCSID("$NetBSD: cltest.c,v 1.2 2025/02/11 17:48:31 christos Exp $");
#include <sys/types.h>
#include <sys/socket.h>