~ubuntu-branches/ubuntu/karmic/freej/karmic

« back to all changes in this revision

Viewing changes to src/vimo_ctrl.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Luca Bigliardi
  • Date: 2008-06-24 15:59:29 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080624155929-aa5w6drerpknu0jy
Tags: 0.10git20080824-1
* Imported from upstream some build fixes.
* Add a note on GFDL for freej manpage in debian/copyright.
* Fix typos in 'Description:' (Closes: #487839)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <termios.h>
26
26
#include <fcntl.h>
27
27
#include <sys/file.h>
 
28
#include <sys/stat.h>
 
29
#include <string.h>
28
30
 
29
31
#include <vimo_ctrl.h>
30
32