1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

bug #847: Missing header file for fnmatch

This commit is contained in:
Ruben S. Montero 2011-10-25 00:24:28 +02:00
parent dd2e3fd7c6
commit 9d4a068733

View File

@ -28,6 +28,7 @@
#include <sys/types.h>
#include <pwd.h>
#include <stdlib.h>
#include <fnmatch.h>
const char * UserPool::CORE_AUTH = "core";
const char * UserPool::SERVER_AUTH = "server*";