Skip to content

Commit 35a641f

Browse files
committed
Merge branch 'master' of github.com:Audio4Linux/JDSP4Linux
2 parents ed08202 + cb474fd commit 35a641f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
#include <QTextStream>
1313
#include <QSessionManager>
1414

15+
#include <sys/stat.h>
16+
#include <sys/time.h>
17+
1518
#ifndef NO_CRASH_HANDLER
1619
#include "crash/airbag.h"
1720
#include "crash/stacktrace.h"
18-
#include <sys/stat.h>
19-
#include <sys/time.h>
2021

2122
#include <utils/CrashReportSender.h>
2223

0 commit comments

Comments
 (0)