aboutsummaryrefslogtreecommitdiff
path: root/about.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 02:35:21 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-08 02:35:21 +0000
commit90dcfc18b533454d99f1d02ee7f191c63e5ed728 (patch)
tree8caf3f00bd62dbf861985a760ad41d1c6525f9c1 /about.c
parente58688258d35f9a677f0ba6aa9ceacde271cdeb4 (diff)
made all of the objects compile on MacOS X and GNU/Linux
svn path=/trunk/externals/mjlib/; revision=1571
Diffstat (limited to 'about.c')
-rw-r--r--about.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/about.c b/about.c
index 4161634..7b07543 100644
--- a/about.c
+++ b/about.c
@@ -2,9 +2,10 @@
#include "stdafx.h"
#include <io.h>
#endif
+
#include "m_pd.h"
#include <stdlib.h>
-#include<time.h>
+#include <time.h>
#include "about.h"
/**