]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/utils.h
Link against smux library instead of plain object files
[stg.git] / projects / stargazer / plugins / other / smux / utils.h
index 7cfbdc78e9f579b5448f7b6297af77d97072c00b..0814bfbad72479ce223e394e6f456f14aabf4807 100644 (file)
@@ -3,9 +3,9 @@
 
 #include <string>
 
-#include "asn1/OBJECT_IDENTIFIER.h"
-#include "SMUX-PDUs.h"
-#include "asn1/GetResponse-PDU.h"
+#include "stg/OBJECT_IDENTIFIER.h"
+#include "stg/SMUX-PDUs.h"
+#include "stg/GetResponse-PDU.h"
 
 bool WaitPackets(int sd);
 bool String2OI(const std::string & str, OBJECT_IDENTIFIER_t * oi);