add missing stdio header

This commit is contained in:
brad oyler 2017-12-20 13:07:13 -05:00 committed by GitHub
parent fbd100ef10
commit 555bd8459f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/resource.h>
#include <uv.h>