~ubuntu-branches/debian/jessie/spice/jessie

« back to all changes in this revision

Viewing changes to server/tests/test_just_sockets_no_ssl.c

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2012-02-01 01:08:34 UTC
  • mfrom: (0.8.1) (0.4.3) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120201010834-s5r5f3z8kr9hvl0q
Tags: 0.10.1-2
added dependency on libxinerama-dev to
libspice-server-dev, temporarily, till
either upstream or we will have better
solution.  libspice-server does not use
xinerama in any way, yet it is listed in
the requiriments in the pkg-config file,
which is generated at configure time.
(Closes: #658173)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <strings.h>
 
1
#include <config.h>
2
2
#include <sys/select.h>
3
3
#include <spice.h>
4
4
#include "basic_event_loop.h"
16
16
 
17
17
    return 0;
18
18
}
19