Mailinglist Archive: yast-commit (98 mails)
| < Previous | Next > |
[yast-commit] r67006 - /trunk/openwsman-yast/src/yast.h
- From: kkaempf@xxxxxxxxxxxxxxxxx
- Date: Thu, 08 Dec 2011 14:05:32 -0000
- Message-id: <20111208140532.C8A1932642@svn2.opensuse.org>
Author: kkaempf
Date: Thu Dec 8 15:05:32 2011
New Revision: 67006
URL: http://svn.opensuse.org/viewcvs/yast?rev=67006&view=rev
Log:
explicitly include libu.h
Modified:
trunk/openwsman-yast/src/yast.h
Modified: trunk/openwsman-yast/src/yast.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/src/yast.h?rev=67006&r1=67005&r2=67006&view=diff
==============================================================================
--- trunk/openwsman-yast/src/yast.h (original)
+++ trunk/openwsman-yast/src/yast.h Thu Dec 8 15:05:32 2011
@@ -14,6 +14,7 @@
#include <wsman-xml-serializer.h>
#include <wsman-declarations.h>
+#include <u/libu.h>
// The resource is modeled as an xml string
// see below: SER_DECLARE_TYPE
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Dec 8 15:05:32 2011
New Revision: 67006
URL: http://svn.opensuse.org/viewcvs/yast?rev=67006&view=rev
Log:
explicitly include libu.h
Modified:
trunk/openwsman-yast/src/yast.h
Modified: trunk/openwsman-yast/src/yast.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/openwsman-yast/src/yast.h?rev=67006&r1=67005&r2=67006&view=diff
==============================================================================
--- trunk/openwsman-yast/src/yast.h (original)
+++ trunk/openwsman-yast/src/yast.h Thu Dec 8 15:05:32 2011
@@ -14,6 +14,7 @@
#include <wsman-xml-serializer.h>
#include <wsman-declarations.h>
+#include <u/libu.h>
// The resource is modeled as an xml string
// see below: SER_DECLARE_TYPE
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |