From 5efd8d33e845eafd1e9d456d6ba30e9c863152a4 Mon Sep 17 00:00:00 2001 From: darryl242 Date: Mon, 2 Jan 2012 20:05:42 +0000 Subject: [PATCH] Updated PSP key extractor include. --- psp/orp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psp/orp.c b/psp/orp.c index 67129b2..560288e 100644 --- a/psp/orp.c +++ b/psp/orp.c @@ -41,7 +41,7 @@ typedef unsigned char Uint8; typedef unsigned short Uint16; typedef unsigned int Uint32; -#include "../config.h" +#include "../orp-conf.h" PSP_MODULE_INFO("ORP_Exporter", PSP_MODULE_USER, 1, 1); PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER);