GCC 4.3 compilation errors
Bug #236779 reported by
Peter Lemenkov
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
EncFS |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
One of features introduced in GCC 4.3 was that it doesn't include by default many header files it included in previous versions.
This issue may be easily fixed - just add necessary includes (it doesn't break compilation with other GCC versions).
Patch against svn rev.28 included.
To post a comment you must log in.
The real C++ includes should be instead. Patches below.