Skip to content

Commit

Permalink
TEMP: more asprintf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Apr 19, 2024
1 parent 0c18d1c commit 8a01f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vncviewer/serverdialog.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "appmanager.h"
#include "viewerconfig.h"
#include "i18n.h"
#undef asprintf
#include "rfb/Exception.h"
#include "rfb/LogWriter.h"

Expand Down
1 change: 1 addition & 0 deletions vncviewer/toast.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "parameters.h"
#include "vncconnection.h"
#include "i18n.h"
#undef asprintf

#include <QTimer>
#include <QDebug>
Expand Down

0 comments on commit 8a01f2d

Please sign in to comment.