Skip to content
Snippets Groups Projects
Commit 982e2110 authored by Christian Huitema's avatar Christian Huitema
Browse files

Fixing the Unix build -- per bug that Lars reported.

parent 2a690e22
Branches
No related merge requests found
......@@ -28,6 +28,7 @@ SET(PICOQUIC_LIBRARY_FILES
)
SET(PICOQUIC_TEST_LIBRARY_FILES
picoquictest/ack_of_ack_test.c
picoquictest/cnx_creation_test.c
picoquictest/float16test.c
picoquictest/fnv1atest.c
......
......@@ -19,7 +19,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "..\picoquic\picoquic_internal.h"
#include "../picoquic/picoquic_internal.h"
/*
* The purpose of the ACK of ACK logic is to prune the sack list from blocks that
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment