well, i'm starting to think that the crc var is just wrong, but this works around it

This commit is contained in:
DarthArgus
2015-10-27 09:46:44 -05:00
parent aac25f47b2
commit ca03edf052
2 changed files with 2 additions and 0 deletions
@@ -2,6 +2,7 @@
// Author: Jeff Petersen
#include <string.h>
#include <limits.h>
#include "UdpMisc.h"
#include "UdpLogicalPacket.h"
+1
View File
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "UdpLibrary.hpp"