diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-25 13:20:38 -0400 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-06-27 09:07:33 +0300 |
commit | fdb28b9abed0f1a573168dba565f2d57e322158f (patch) | |
tree | 9a04eaf2a7a07c659502974bc6511cf2c26542a1 /include | |
parent | 3285a49dd871d54c1ec13076173ad617443baae1 (diff) |
autogenerate version.h from build system
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 7ea282c..65ec086 100644 --- a/include/common.h +++ b/include/common.h @@ -25,6 +25,7 @@ #include <string.h> #include <fcntl.h> #include <errno.h> +#include "version.h" #ifndef PROGRAM_NAME # error "You must define PROGRAM_NAME before including this header" |