summaryrefslogtreecommitdiffstats
path: root/SwapMeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'SwapMeter.c')
-rw-r--r--SwapMeter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/SwapMeter.c b/SwapMeter.c
index fe10eab0..e428102a 100644
--- a/SwapMeter.c
+++ b/SwapMeter.c
@@ -5,8 +5,12 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include "config.h" // IWYU pragma: keep
+
#include "SwapMeter.h"
+#include <stddef.h>
+
#include "CRT.h"
#include "Object.h"
#include "Platform.h"