add eina_value_util.h to Eina.h

This commit is contained in:
Mike Blumenkrantz 2014-09-23 15:19:21 -04:00
parent e16c4097d4
commit d7f729343b
2 changed files with 5 additions and 2 deletions

View File

@ -262,6 +262,7 @@ extern "C" {
#include <eina_mmap.h>
#include <eina_xattr.h>
#include <eina_value.h>
#include <eina_value_util.h>
#include <eina_cow.h>
#include <eina_thread_queue.h>

View File

@ -20,8 +20,10 @@
#ifndef EINA_INLINE_VALUE_UTIL_X_
#define EINA_INLINE_VALUE_UTIL_X_
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <inttypes.h>
#include <math.h>
#include <time.h>