stat-time, timespec, u64: support naive out-of-dir builds
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Aug 2012 21:17:33 +0000 (14:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Aug 2012 21:17:56 +0000 (14:17 -0700)
commit545b7c8bc2e1716773f38975a2a78b71cc72818f
tree3b84f37346944186420eef017915c01a1a782823
parentc9d61a5e34f09ad0b891b6c66bc9797c32aa817e
stat-time, timespec, u64: support naive out-of-dir builds

* lib/stat-time.c, lib/timespec.c, lib/u64.c:
Use '#include "foo.h"', not '#include <foo.h>', when including
one's own interface.  This works better when configuring with
out-of-directory builds, since packages need not add an
otherwise-unnecessary -I$(topdir_src)/lib to DEFAULT_INCLUDES.
ChangeLog
lib/stat-time.c
lib/timespec.c
lib/u64.c