diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-09 06:22:30 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-09 06:22:30 +0000 |
commit | 9eef3f668582112b76978a06cab50d730be2b250 (patch) | |
tree | 5dcd1de8ac78aba722c6fb4511954595d8f1ac44 /apps/Gateway | |
parent | 8a22e400a3e7d37641909088ad9f3fc58e63e867 (diff) | |
download | ATCD-9eef3f668582112b76978a06cab50d730be2b250.tar.gz |
Updated path of include file Event.h
Diffstat (limited to 'apps/Gateway')
-rw-r--r-- | apps/Gateway/Peer/Options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Peer/Options.h b/apps/Gateway/Peer/Options.h index 55872a43d0b..d9bb02facca 100644 --- a/apps/Gateway/Peer/Options.h +++ b/apps/Gateway/Peer/Options.h @@ -17,7 +17,7 @@ #if !defined (OPTIONS_H) #define OPTIONS_H -#include "Event.h" +#include "../Gateway/Event.h" class ACE_Svc_Export Options // = TITLE |