Mercurial > hg-old > index.cgi
comparison lwlink/output.c @ 212:bae1e3ecdce1
More preparation for gnulib integration
author | lost |
---|---|
date | Fri, 24 Apr 2009 06:43:02 +0000 |
parents | 857cb407229e |
children | 4dc2a10997a6 |
comparison
equal
deleted
inserted
replaced
211:51511cf1c9f8 | 212:bae1e3ecdce1 |
---|---|
19 | 19 |
20 | 20 |
21 Actually output the binary | 21 Actually output the binary |
22 */ | 22 */ |
23 | 23 |
24 #ifdef HAVE_CONFIG_H | 24 #include <config.h> |
25 #include "config.h" | |
26 #endif | |
27 | 25 |
28 #include <stdio.h> | 26 #include <stdio.h> |
29 #include <stdlib.h> | 27 #include <stdlib.h> |
30 #include <string.h> | 28 #include <string.h> |
31 | 29 |