]> git.proxmox.com Git - mirror_qemu.git/blobdiff - chardev/char-parallel.c
CODING_STYLE: specify the indent rule for multiline code
[mirror_qemu.git] / chardev / char-parallel.c
index bce89f8c36180d97e106e7946170c966f7309603..ab82c72ac7470c85c88aaeb5a448618f17772e90 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 "qapi/error.h"
+#include "qemu/option.h"
 #include <sys/ioctl.h>
 
 #ifdef CONFIG_BSD