diff options
| author | Jason Rumney | 2008-03-20 14:12:50 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-03-20 14:12:50 +0000 |
| commit | 33311fb41f6d509fe536935b4a6b306ffc9859e7 (patch) | |
| tree | 84bc1b0ecf0f285290c4aeaa82c5aad3995244a6 | |
| parent | 7d68c8ccb47e12655e8d56090df819b0bf711f76 (diff) | |
| download | emacs-33311fb41f6d509fe536935b4a6b306ffc9859e7.tar.gz emacs-33311fb41f6d509fe536935b4a6b306ffc9859e7.zip | |
*** empty log message ***
| -rw-r--r-- | nt/addpm.c | 1 |
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 | ||
| 36 | HDDEDATA CALLBACK | 37 | HDDEDATA CALLBACK |
| 37 | DdeCallback (UINT uType, UINT uFmt, HCONV hconv, | 38 | DdeCallback (UINT uType, UINT uFmt, HCONV hconv, |