VirtualBox

Ignore:
Timestamp:
Jul 5, 2009 1:31:56 PM (16 years ago)
Author:
vboxsync
Message:

Additions: Use VBoxGuestLib.h instead of VBoxGuest.h where applicable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/autoresize.cpp

    r18994 r21218  
    3030
    3131#include <iprt/assert.h>
     32#include <iprt/err.h>
    3233#include <iprt/thread.h>
    3334#include <VBox/log.h>
    3435#include <VBox/VBoxGuest.h>
     36#include <VBox/VBoxGuestLib.h>
    3537
    3638#include "VBoxClient.h"
     
    3840static int initAutoResize()
    3941{
    40     int rc = VINF_SUCCESS, rcSystem, rcErrno;
     42    int rc = VINF_SUCCESS;
     43    int rcSystem, rcErrno;
    4144
    4245    LogFlowFunc(("\n"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette