Merge "Include unistd.h to get declaration of sleep."

This commit is contained in:
Chih-hung Hsieh
2017-12-06 00:49:09 +00:00
committed by Gerrit Code Review

View File

@@ -17,6 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#define ARRAY_LENGTH 10