time_r: Add missing declarations on HP-UX 11.
[pspp] / lib / sys_times.in.h
index 1b66bbdf98f396daf16b60a015c1510588ff4521..08b0b2306bd0a4cfcc381c397e1443ae856bbaac 100644 (file)
 /* This file is supposed to be used on platforms where <sys/times.h>
    is missing.  */
 
+#ifndef _GL_SYS_TIMES_H
+
 # if __GNUC__ >= 3
 @PRAGMA_SYSTEM_HEADER@
 # endif
-
-#ifndef _GL_SYS_TIMES_H
+@PRAGMA_COLUMNS@
 
 # if @HAVE_SYS_TIMES_H@
 #  @INCLUDE_NEXT@ @NEXT_SYS_TIMES_H@