aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs32.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs32.h')
-rw-r--r--lib/rpcs32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpcs32.h b/lib/rpcs32.h
index 5b56a4c..0256b66 100644
--- a/lib/rpcs32.h
+++ b/lib/rpcs32.h
@@ -24,7 +24,7 @@
#ifndef _RPCS32_H_
#define _RPCS32_H_
-#include "rpcs.h"
+#include <rpcs.h>
class ppsocket;
class rpcsfactory;
@@ -41,7 +41,7 @@ class rpcs32 : public rpcs {
public:
Enum<rfsv::errs> queryDrive(const char, bufferArray &);
- Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
+ Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
Enum<rfsv::errs> getMachineInfo(machineInfo &);
Enum<rfsv::errs> configOpen(void);
Enum<rfsv::errs> configRead(void);