]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/ratelimit.c
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / basic / ratelimit.c
index 81fc9c19ff6c30eff6d1be1c5f9df48fc7a7e90d..5b684e261a661351952bcc5ff6c2f1cd76ba7ed8 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 /***
   This file is part of systemd.
 
@@ -20,6 +19,9 @@
 ***/
 
 
+#include <sys/time.h>
+
+#include "macro.h"
 #include "ratelimit.h"
 
 /* Modelled after Linux' lib/ratelimit.c by Dave Young