Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* src/mod_mono.h: fix compilation for systems that do not have stdint.h.
	Patch by "CK Ng".


svn path=/trunk/mod_mono/; revision=58630
  • Loading branch information
gonzalop committed Mar 27, 2006
1 parent e13e1c6 commit ed2a5f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/mod_mono.h: fix compilation for systems that do not have stdint.h.
Patch by "CK Ng".

2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* configure.in: more hackery for 1.3 and apr-config. Fixes bug #77928.
Expand Down
2 changes: 2 additions & 0 deletions src/mod_mono.h
Expand Up @@ -44,7 +44,9 @@
#include <sys/wait.h>
#endif

#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include "httpd.h"
#include "http_core.h"
#include "http_log.h"
Expand Down

0 comments on commit ed2a5f6

Please sign in to comment.