diff options
author | Nikias Bassen | 2012-08-15 20:22:00 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-08-15 20:22:00 +0200 |
commit | fee6a9eacd62ddc7ce969413dd4083d4f4804120 (patch) | |
tree | 87a98894cc2f19c4d5ef8a810323bda881c1f031 /include/plist | |
parent | 335b25febd4c864ad0ac08479f5cd43fc21b7d73 (diff) | |
download | libplist-fee6a9eacd62ddc7ce969413dd4083d4f4804120.tar.gz libplist-fee6a9eacd62ddc7ce969413dd4083d4f4804120.tar.bz2 |
include sys/time.h for systems that don't include it automatically
Diffstat (limited to 'include/plist')
-rw-r--r-- | include/plist/Date.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h index 4aea507..ea0b270 100644 --- a/include/plist/Date.h +++ b/include/plist/Date.h @@ -24,6 +24,7 @@ #include <plist/Node.h> #include <ctime> +#include <sys/time.h> namespace PList { |