diff options
author | Adam <Adam@anope.org> | 2010-12-27 15:31:34 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-27 15:33:49 -0500 |
commit | 5ead326454ccc369f8b3b4ef91971b45e7e01072 (patch) | |
tree | 2833a082997bc4ba59e9f41e59c6d520c5fd1478 /src/base.cpp | |
parent | a1c635b050534280c87145d8ebcc61b296d54afe (diff) |
Fixed build on debian lenny
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index 6977f81c5..d0eff0beb 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -1,4 +1,4 @@ -#include "anope.h" +#include "services.h" Base::Base() { |