$NetBSD: patch-ai,v 1.5 2005/08/21 04:47:24 grant Exp $

--- converter/other/cameratopam/cameratopam.c.orig	2005-04-13 02:20:46.000000000 +1000
+++ converter/other/cameratopam/cameratopam.c
@@ -6,6 +6,7 @@
    information on copyright and licensing.
  */
 
+#include <time.h>
 #define _XOPEN_SOURCE  /* Make sure unistd.h contains swab() */
 #define _BSD_SOURCE    /* Make sure string.h containst strcasecmp() */
 #include <ctype.h>
@@ -19,7 +20,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <time.h>
 
 #ifdef __CYGWIN__
 #include <io.h>
