blob: a80afce3988d46c86cc77602957840177742b58d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/dc_com.h.orig Wed Nov 21 22:15:21 2001
+++ src/dc_com.h Wed Nov 21 22:15:32 2001
@@ -21,6 +21,8 @@
#ifndef __DC_COM_H__
#define __DC_COM_H__
+#include <time.h>
+
extern char last_cmd[5120]; /* contains the first string of the last send_dc_line call */
/* mainly used for debug features. */
|