Check-in Number:
|
5283 | |
Date: |
2005-Oct-22 12:33:19 (local)
2005-Oct-22 10:33:19 (UTC) |
User: | rse |
Branch: | |
Comment: |
we require <time.h> for time(3) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/lmtp2nntp_msg.c 1.42 -> 1.43
--- lmtp2nntp_msg.c 2005/10/09 21:28:07 1.42
+++ lmtp2nntp_msg.c 2005/10/22 10:33:19 1.43
@@ -28,6 +28,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <time.h>
#include "lmtp2nntp_msg.h"
#include "lmtp2nntp_argz.h"
|
|