1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

Clean compile on Mac OS X

Changes by Neil Pennell
https://github.com/OpenNebula/one/pull/2
This commit is contained in:
Javi Fontan 2012-04-10 11:48:24 +02:00
parent 2525827f53
commit 2803d7e964

View File

@ -14,7 +14,11 @@
/* limitations under the License. */
/* -------------------------------------------------------------------------- */
#ifdef __APPLE__
#include <util.h>
#else
#include <pty.h>
#endif
#include <stdio.h>
#include <stdlib.h>