Add include for "enipStruct.h"

This commit is contained in:
Thiago Alves 2019-12-02 09:23:54 -05:00 committed by GitHub
parent 1694d3a5a8
commit 3e59bbf74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include <string.h>
#include "ladder.h"
#include "enipStruct.h" //This header file contains necessary structs for enip.cpp
#define ENIP_MIN_LENGTH 28
@ -594,4 +595,4 @@ int processEnipMessage(unsigned char *buffer, int buffer_size)
return -1;
}
}
}