Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Sep 21, 2009
1 parent cf26716 commit 6939490
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Fast.xs
Expand Up @@ -8,6 +8,10 @@ extern "C" {
};
#endif

extern "C" {
void run(int port, int nchild, SV*cb);
}

MODULE = HTTP::Server::Fast PACKAGE = HTTP::Server::Fast

PROTOTYPES: DISABLED
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -15,6 +15,8 @@ cc_append_to_ccflags '-O0';
# cc_append_to_ccflags '-DDEBUG=1';
# cc_append_to_ccflags '-DLIMIT_RUNNING=1000';

can_cc or die 'This module requires C++ compiler.';

requires_xs 'XS::Assert'; # will be remove

tests 't/*.t';
Expand Down

0 comments on commit 6939490

Please sign in to comment.