~ubuntu-branches/ubuntu/precise/calf/precise

« back to all changes in this revision

Viewing changes to src/osctlnet.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Eric Hedekar
  • Date: 2009-05-04 16:57:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090504165718-n1zoumojon6ysq0c
Tags: 0.0.18.5-0ubuntu1
* Upgraded package to newer upstream version (LP: #367735)
* debian/control
  - add Build-dep on libreadline5-dev, fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General
17
17
 * Public License along with this program; if not, write to the
18
 
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19
 
 * Boston, MA  02110-1301, USA
 
18
 * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
 
19
 * Boston, MA 02111-1307, USA.
20
20
 */
21
21
#include <calf/osctl.h>
22
22
#include <calf/osctlnet.h>
25
25
#include <sys/socket.h>
26
26
#include <stdlib.h>
27
27
#include <sstream>
28
 
 
 
28
#include <stdio.h>
29
29
using namespace osctl;
30
30
using namespace std;
31
31