Skip to content

Commit 455692d

Browse files
author
Tor Didriksen
committed
Bug #24710065: SPLIT MY_GLOBAL.H
Post-push fix: yassl-t was broken on Solaris, #include order is important...
1 parent 4b1d9f2 commit 455692d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/gunit/yassl/yassl-t.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
#endif
2727

2828
#include "runtime.hpp"
29-
#include "thread_utils.h"
3029
#include "yassl_int.hpp"
30+
#include "thread_utils.h"
3131

3232
namespace {
3333

0 commit comments

Comments
 (0)