diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-27 14:36:11 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-27 14:36:11 +0000 |
| commit | cc570daf104bd7425db9f1ccea172542d8f79fc5 (patch) | |
| tree | 256acbcb575ad114e852530ad480fcb9ef16b896 /devel/libee/files/patch-include_libee_timestamp.h | |
| parent | A library for some string essentials. (diff) | |
The core idea of libee is to provide a small but hopefully convenient
API layer above the CEE standard. However, CEE is not finished. At the
time of this writing, CEE is under heavy development and even some of
its core data structures (like the data dictionary and taxonomy) have
not been fully specified. So for the time being, libee should be
thought of as a useful library that helps you get your events
normalized. If you program cleanly to libee, chances are not bad that
only relatively little effort is required to move your app over to be
CEE compliant (once the standard is out).
WWW: http://www.libee.org/
PR: ports/158344
Submitted by: Jim Riggs <ports at christianserving.org>
Diffstat (limited to 'devel/libee/files/patch-include_libee_timestamp.h')
| -rw-r--r-- | devel/libee/files/patch-include_libee_timestamp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libee/files/patch-include_libee_timestamp.h b/devel/libee/files/patch-include_libee_timestamp.h new file mode 100644 index 000000000000..31c7dcea42a1 --- /dev/null +++ b/devel/libee/files/patch-include_libee_timestamp.h @@ -0,0 +1,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. + * |
