summaryrefslogtreecommitdiffstats
path: root/tools/mklibs/patches/001-missing_includes.patch
Commit message (Collapse)AuthorAgeFilesLines
* mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-101-20/+0
| | | | SVN-Revision: 32165
* Revert "[tools] mklibs: update to 0.1.34"Felix Fietkau2012-06-101-0/+20
| | | | | | Too much broken, needs to be reworked SVN-Revision: 32163
* mklibs: update to 0.1.34Luka Perkov2012-06-091-20/+0
| | | | SVN-Revision: 32145
* add missing includes ('unistd.h') for mklibsMirko Vogt2012-04-121-0/+20
This is needed when compiling with GCC >= 4.7.0 since it doesn't implicitly include 'unistd.h' anymore (needed e.g. for file operations in this particular case) - Thanks to Luka Perkov SVN-Revision: 31259