blob: 31c7dcea42a1bfb5ff29b9d3fe68d97c315dc2b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/libee/timestamp.h.orig 2011-06-21 14:30:23.982105039 -0500
+++ include/libee/timestamp.h 2011-06-21 14:30:49.970716777 -0500
@@ -29,6 +29,8 @@
#ifndef LIBEE_TIMESTAMP_H_INCLUDED
#define LIBEE_TIMESTAMP_H_INCLUDED
+#include <time.h>
+
/**
* An object to represent a CEE/XML timestamp.
*
|