aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/process.h')
-rw-r--r--src/nvim/os/process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/process.h b/src/nvim/os/process.h
index 9549ae9081..9a83942169 100644
--- a/src/nvim/os/process.h
+++ b/src/nvim/os/process.h
@@ -1,6 +1,8 @@
#ifndef NVIM_OS_PROCESS_H
#define NVIM_OS_PROCESS_H
+#include <stddef.h>
+
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/process.h.generated.h"
#endif