]> Git Repo - qemu.git/blobdiff - util/timed-average.c
sockets: remove obsolete code that updated listen address
[qemu.git] / util / timed-average.c
index a2dfb4834dad80f4a27e2c741d626998e0e92800..2b49d532ceef308c57c18cfc84ce8d3f8c98f722 100644 (file)
@@ -8,9 +8,9 @@
  *   BenoĆ®t Canet <[email protected]>
  *   Alberto Garcia <[email protected]>
  *
- * This program is free sofware: you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Sofware Foundation, either version 2 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
  * (at your option) version 3 or any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -22,7 +22,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <string.h>
+#include "qemu/osdep.h"
 
 #include "qemu/timed-average.h"
 
This page took 0.023465 seconds and 4 git commands to generate.