1
1

examples: Add missing include for stderr.

This should fix the build on FreeBSD.
Этот коммит содержится в:
Andreas Schneider 2014-02-17 09:20:46 +01:00
родитель 7021a46617
Коммит c96e862c08

Просмотреть файл

@ -37,6 +37,7 @@ The goal is to show the API in action.
#endif
#include <sys/ioctl.h>
#include <sys/wait.h>
#include <stdio.h>
#ifndef KEYS_FOLDER
#ifdef _WIN32