test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11
[pspp] / tests / test-times.c
index 496b9a825b391f908c5d00d1cbf5a318f0f2e886..dcdcdb466c53c86fba53b16d4d14a99ae50040eb 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of times function.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 
    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
 #include <config.h>
 
 #include <sys/times.h>
+
+#include "signature.h"
+SIGNATURE_CHECK (times, clock_t, (struct tms *));
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>