Parent Directory
|
Revision Log
- fixed compile problem because of strerror undefined in scope Fixes (rhbz#434482) - fixed description (rhbz#140516)
| 1 | diff -up iptstate-2.2.1/iptstate.cc.strerror iptstate-2.2.1/iptstate.cc |
| 2 | --- iptstate-2.2.1/iptstate.cc.strerror 2008-02-25 11:35:52.000000000 +0100 |
| 3 | +++ iptstate-2.2.1/iptstate.cc 2008-02-25 11:35:04.000000000 +0100 |
| 4 | @@ -42,6 +42,7 @@ |
| 5 | |
| 6 | #include <iostream> |
| 7 | #include <string> |
| 8 | +#include <cstring> |
| 9 | #include <vector> |
| 10 | #include <fstream> |
| 11 | #include <sstream> |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |