diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-26 01:07:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-26 01:07:43 +0200 |
commit | e14688c0cbe1176ae1699e97a523cfd3be058c0a (patch) | |
tree | 4d1db14440da45979d397ab66609a7f3e05c57f2 /src/libmdsclient.h | |
parent | mds-base: missed to change this earlier, protocol family is PF_, not AF_, which would be address family (diff) | |
download | mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.gz mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.bz2 mds-e14688c0cbe1176ae1699e97a523cfd3be058c0a.tar.xz |
libmdsclient: connect to the display (parsing is not yet implemented)
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libmdsclient.h')
-rw-r--r-- | src/libmdsclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmdsclient.h b/src/libmdsclient.h index e2347d3..944dc2d 100644 --- a/src/libmdsclient.h +++ b/src/libmdsclient.h @@ -21,6 +21,7 @@ #include "libmdsclient/proto-util.h" #include "libmdsclient/comm.h" +#include "libmdsclient/address.h" #endif |