aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-03-20 14:12:50 +0000
committerJason Rumney2008-03-20 14:12:50 +0000
commit33311fb41f6d509fe536935b4a6b306ffc9859e7 (patch)
tree84bc1b0ecf0f285290c4aeaa82c5aad3995244a6
parent7d68c8ccb47e12655e8d56090df819b0bf711f76 (diff)
downloademacs-33311fb41f6d509fe536935b4a6b306ffc9859e7.tar.gz
emacs-33311fb41f6d509fe536935b4a6b306ffc9859e7.zip
*** empty log message ***
-rw-r--r--nt/addpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/addpm.c b/nt/addpm.c
index 297fc4c5e81..8541c468b46 100644
--- a/nt/addpm.c
+++ b/nt/addpm.c
@@ -32,6 +32,7 @@ Boston, MA 02110-1301, USA. */
32#include <ddeml.h> 32#include <ddeml.h>
33#include <stdlib.h> 33#include <stdlib.h>
34#include <stdio.h> 34#include <stdio.h>
35#include <malloc.h>
35 36
36HDDEDATA CALLBACK 37HDDEDATA CALLBACK
37DdeCallback (UINT uType, UINT uFmt, HCONV hconv, 38DdeCallback (UINT uType, UINT uFmt, HCONV hconv,