Skip to content

Commit

Permalink
reorder qos2.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Nov 6, 2023
1 parent 263793d commit 6a5d7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/udp/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ typedef UINT32 QOS_FLOWID;
typedef UINT32 *PQOS_FLOWID;
#endif

#include <qos2.h>

#ifndef QOS_NON_ADAPTIVE_FLOW
#define QOS_NON_ADAPTIVE_FLOW 0x00000002
#endif

#include <qos2.h>
#endif /*WIN32*/

#define DEBUG_MODULE "udp"
Expand Down

0 comments on commit 6a5d7a6

Please sign in to comment.