Skip to content

Commit

Permalink
git-svn-id: svn://cherokee-project.com/cherokee/trunk@3211 5dc97367-9…
Browse files Browse the repository at this point in the history
…7f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed May 10, 2009
1 parent b08c8b1 commit 1bedf78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2009-05-10 Alvaro Lopez Ortega <alvaro@octality.com>

* cherokee/spawner.h: It ought to fix a compilation issue on
FreeBSD. Thanks to Jason <superman.jason@gmail.com> for reporting.

* cherokee/main_admin.c: Fixes a compilation warning:
http://lists.octality.com/pipermail/cherokee/2009-May/010246.html

Expand Down
8 changes: 8 additions & 0 deletions cherokee/spawner.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
#ifndef CHEROKEE_SPAWNER_H
#define CHEROKEE_SPAWNER_H

#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif

#ifdef HAVE_PWD_H
# include <pwd.h>
#endif

#include <cherokee/common.h>
#include <cherokee/buffer.h>
#include <cherokee/shm.h>
Expand Down

0 comments on commit 1bedf78

Please sign in to comment.