summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminkikim89 <minkikim89@gmail.com>2019-09-29 19:28:04 +0200
committerdormando <dormando@rydia.net>2019-09-30 13:44:58 -0700
commitbd5f1568706d9e1cfe0308e491350b07591d1d5d (patch)
tree2fe6b18d4a20cc31a3fb19b3650f7cf4023fca18
parentaf65dccf86862557568c9d466f2e35451a93954a (diff)
downloadmemcached-bd5f1568706d9e1cfe0308e491350b07591d1d5d.tar.gz
Add include stdio.h to restart.c
-rw-r--r--restart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/restart.c b/restart.c
index 591aea5..74faf75 100644
--- a/restart.c
+++ b/restart.c
@@ -2,6 +2,7 @@
#include "restart.h"
+#include <stdio.h>
#include <stdlib.h>
#include <sys/mman.h>
#include <sys/types.h>