Skip to content

Commit

Permalink
Add missing #include for Linux.
Browse files Browse the repository at this point in the history
git-svn-id: https://valelab.ucsf.edu/svn/micromanager2/trunk@12751 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
  • Loading branch information
mark committed Feb 11, 2014
1 parent acaea31 commit 6531ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MMCore/LibraryInfo/LibraryPathsUnix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <dlfcn.h>

#ifdef __linux__
# include <cstring> // for strcpy()
# include <libgen.h> // for basename()
# include <unistd.h> // for readlink()
#endif
Expand Down

0 comments on commit 6531ee4

Please sign in to comment.