diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-02 17:42:11 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-02 17:42:11 -0700 |
| commit | f35ef0edeeef54286775c79ddf0df7b1e5f26a25 (patch) | |
| tree | 971e8189b7eb311602b988f721fb466164933632 /lib/timespec.c | |
| parent | 79ea6c20c483991e1be356be10aa27f92329d47e (diff) | |
| download | emacs-f35ef0edeeef54286775c79ddf0df7b1e5f26a25.tar.gz | |
Merge from gnulib.
2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
Diffstat (limited to 'lib/timespec.c')
| -rw-r--r-- | lib/timespec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timespec.c b/lib/timespec.c index 16a77647228..2b6098ed7bd 100644 --- a/lib/timespec.c +++ b/lib/timespec.c @@ -1,3 +1,3 @@ #include <config.h> #define _GL_TIMESPEC_INLINE _GL_EXTERN_INLINE -#include <timespec.h> +#include "timespec.h" |
