]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ppc/spapr_rtc.c
Include qapi/error.h exactly where needed
[mirror_qemu.git] / hw / ppc / spapr_rtc.c
index 9ec3078691a627fb84c86676172d4dee7f5047e5..cfdb274bfdf99383d63c4ff509635ec43db4cd98 100644 (file)
  * LIABILITY, WHETHER 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 "qemu/osdep.h"
 #include "cpu.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "hw/ppc/spapr.h"
 #include "qapi-event.h"
+#include "qapi/error.h"
 #include "qemu/cutils.h"
 
 void spapr_rtc_read(sPAPRRTCState *rtc, struct tm *tm, uint32_t *ns)