1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 03:06:37 +02:00

Fix extras build

This commit is contained in:
Adam
2013-05-06 01:38:27 -04:00
parent 223aa65cfa
commit 3fbb493d57
18 changed files with 21 additions and 23 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#include "module.h"
#include "xmlrpc.h"
#include "httpd.h"
#include "modules/xmlrpc.h"
#include "modules/httpd.h"
class MyXMLRPCServiceInterface : public XMLRPCServiceInterface, public HTTPPage
{