forked from e16/e16
1
0
Fork 0

Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).

SVN revision: 44697
This commit is contained in:
Kim Woelders 2009-12-23 17:44:40 +00:00
parent 4ab7430df9
commit a3bb553efb
3 changed files with 11 additions and 8 deletions

View File

@ -21,6 +21,9 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <sys/utsname.h>
#include <signal.h>
#include <time.h>
#include "E.h"
#include "comms.h"
#include "cursors.h"
@ -38,9 +41,6 @@
#include "snaps.h"
#include "user.h"
#include "xwin.h"
#include <sys/utsname.h>
#include <signal.h>
#include <time.h>
const char e_wm_name[] = "e16";
const char e_wm_version[] = VERSION;

View File

@ -21,6 +21,10 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <fcntl.h>
#include <signal.h>
#include <sys/time.h>
#include "E.h"
#include "dialog.h"
#include "e16-ecore_hints.h"
@ -33,9 +37,6 @@
#include "snaps.h"
#include "user.h"
#include "xwin.h"
#include <fcntl.h>
#include <signal.h>
#include <sys/time.h>
#ifdef USE_EXT_INIT_WIN
static Window new_init_win_ext = None;

View File

@ -21,14 +21,16 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <signal.h>
#include <X11/keysym.h>
#include "E.h"
#include "events.h"
#include "ewins.h"
#include "screen.h"
#include "session.h"
#include "xwin.h"
#include <signal.h>
#include <X11/keysym.h>
static void
HandleXIOError(void)