summaryrefslogtreecommitdiffhomepage
path: root/src/nginext/nxt_go_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nginext/nxt_go_process.h')
-rw-r--r--src/nginext/nxt_go_process.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nginext/nxt_go_process.h b/src/nginext/nxt_go_process.h
index 5e31fa6e..037844ce 100644
--- a/src/nginext/nxt_go_process.h
+++ b/src/nginext/nxt_go_process.h
@@ -11,7 +11,10 @@
#include <nxt_main.h>
#include "nxt_go_mutex.h"
+#ifndef _NXT_GO_PROCESS_T_DEFINED_
+#define _NXT_GO_PROCESS_T_DEFINED_
typedef struct nxt_go_process_s nxt_go_process_t;
+#endif
struct nxt_go_process_s {
nxt_pid_t pid;