AC_SYS_LARGEFILE added.
[skeinsum.git] / skein1024.c
index 821c04cb51ba33d57cfe2a6fbc707ae847969575..1fde74ea9af6c94619812b017181b3df715b259a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 Jason Self <j@jxself.org>
+/* Copyright (C) 2014, 2015 Jason Self <j@jxself.org>
 
 This file is part of skeinsum.
 
@@ -16,6 +16,8 @@ You should have received a copy of the GNU General Public License
 along with skeinsum. If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include "config.h"
+
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>