Mercurial > ecos
changeset 2447:b0a8521db07e
* include/jim.h: include file order fix; now compiles again.
| author | jlarmour |
|---|---|
| date | Mon, 12 Nov 2007 13:33:12 +0000 |
| parents | a72554718436 |
| children | a3ced1fc2e89 |
| files | packages/net/athttpd/current/ChangeLog packages/net/athttpd/current/src/jim-aio.c |
| diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/athttpd/current/ChangeLog +++ b/packages/net/athttpd/current/ChangeLog @@ -1,5 +1,6 @@ 2007-11-12 Oyvind Harboe <oyvind.harboe@zylin.com> + * include/jim.h: include file order fix; now compiles again. * doc/athttpd.cdl: Fixed typos in doc. Return value from handler is not used, recommend returning 0 in doc.
--- a/packages/net/athttpd/current/src/jim-aio.c +++ b/packages/net/athttpd/current/src/jim-aio.c @@ -23,10 +23,10 @@ #include <string.h> #include <errno.h> +#include <pkgconf/athttpd.h> #ifndef JIM_STATICEXT #define JIM_EXTENSION #endif -#include <pkgconf/athttpd.h> #include <cyg/athttpd/jim.h> #define AIO_CMD_LEN 128
