]> git.proxmox.com Git - mirror_qemu.git/blobdiff - chardev/char-udp.c
Move include qemu/option.h from qemu-common.h to actual users
[mirror_qemu.git] / chardev / char-udp.c
index d46ff7ab531b8b98d5ffcf5ffdb4b651745d4818..097a2f0f42d0f9c1bf6c56b35a1ddace883e5f8f 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
 #include "qemu/osdep.h"
 #include "chardev/char.h"
 #include "io/channel-socket.h"
 #include "qapi/error.h"
+#include "qemu/option.h"
 
 #include "chardev/char-io.h"