Code

Added templates for a library.
[template.git] / src / foobar.c
index f1f69158602d2ac52b36612b7ebccb57778bdb7f..c4205e9f7e1bf5d451eb4f0b680235427afb74af 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * foobar - src/foobar.c
- * Copyright (C) 2007 Sebastian Harl <sh@tokkee.org>
+ * Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -24,6 +24,8 @@
 #      include "config.h"
 #endif /* HAVE_CONFIG_H */
 
+#include "foobar.h"
+
 #if HAVE_LIBGEN_H
 #      include <libgen.h>
 #else /* HAVE_LIBGEN_H */
@@ -50,7 +52,7 @@ void exit_usage(char *name, int status)
 void exit_version(void)
 {
        printf("foobar version "VERSION", built "BUILD_DATE"\n"
-                       "Copyright (C) 2007 Sebastian Harl <sh@tokkee.org>\n"
+                       "Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>\n"
 
                        "\nThis is free software under the terms of the GNU GPLv2; see "
                        "the source for\ncopying conditions. There is NO WARRANTY; not "