Skip to content

Commit

Permalink
Add missing include of stdlib.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jan 15, 2019
1 parent 1fa99da commit 3a0480a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/db/VHelper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "song/Filter.hxx"

#include <assert.h>
#include <stdlib.h>
#include <string.h>

DatabaseVisitorHelper::DatabaseVisitorHelper(const DatabaseSelection &_selection,
Expand Down
1 change: 1 addition & 0 deletions src/decoder/plugins/AudiofileDecoderPlugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

static constexpr Domain audiofile_domain("audiofile");

Expand Down

0 comments on commit 3a0480a

Please sign in to comment.