lib: intro `Float.lerp` for simple linear interpolation
[nit.git] / lib / standard / posix.nit
index f017649..1fe850d 100644 (file)
@@ -19,7 +19,7 @@ module posix
 
 import string
 
-`{
+in "C Header" `{
 #include <sys/types.h>
 #include <unistd.h>
 #include <pwd.h>