aboutsummaryrefslogtreecommitdiff
path: root/lib/net/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/frame.c')
-rw-r--r--lib/net/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/frame.c b/lib/net/frame.c
index 1f33b09..7363266 100644
--- a/lib/net/frame.c
+++ b/lib/net/frame.c
@@ -27,8 +27,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <net/stpsession.h>
-#include <crypto/aes.h>
+#include <ostp/net/stpsession.h>
+#include <ostp/crypto/aes.h>
#include <arpa/inet.h>
#include <string.h>
#include <stdlib.h>