aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rpcs16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpcs16.h')
-rw-r--r--lib/rpcs16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpcs16.h b/lib/rpcs16.h
index 24fcc6e..91b0463 100644
--- a/lib/rpcs16.h
+++ b/lib/rpcs16.h
@@ -24,7 +24,7 @@
#ifndef _RPCS16_H_
#define _RPCS16_H_
-#include "rpcs.h"
+#include <rpcs.h>
class ppsocket;
class bufferStore;
@@ -42,7 +42,7 @@ class rpcs16 : public rpcs {
public:
Enum<rfsv::errs> queryDrive(const char, bufferArray &);
- Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
+ Enum<rfsv::errs> getCmdLine(const char *, bufferStore &);
private:
rpcs16(ppsocket *);